Esempio n. 1
0
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            MethodOfFormsElement methodOfFormsElement = new MethodOfFormsElement();

            Application.Run(new Form1(methodOfFormsElement));
        }
Esempio n. 2
0
 public Form1(MethodOfFormsElement methodOfFormsElement) : this()
 {
     _methodOfFormsElement = methodOfFormsElement;
 }