using System; using System.Windows.Forms; class MainClass { public static void Main() { MessageBox.Show("Hello..."); } }