static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); MethodOfFormsElement methodOfFormsElement = new MethodOfFormsElement(); Application.Run(new Form1(methodOfFormsElement)); }
public Form1(MethodOfFormsElement methodOfFormsElement) : this() { _methodOfFormsElement = methodOfFormsElement; }