Exemple #1
0
        static void Main()
        {
            Console.WriteLine("test");
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            ScreenEditForm screenEditForm = new ScreenEditForm();

            Application.Run(screenEditForm);
        }
Exemple #2
0
 public MainForm(ScreenEditForm s)
 {
     sef = s;
     InitializeComponent();
 }