using System; using System.Windows.Forms; class Program { public static void Main() { MessageBox.Show("Üzenet"); } }