static void Main() { //Application.EnableVisualStyles(); CModel model = new CModel(); CCtrl ctrl = new CCtrl(model); // Application.SetCompatibleTextRenderingDefault(false); // Application.Run(new Main_Form()); }
public Main_Form(CCtrl ctrl, CModel model) { InitializeComponent(); this.ctrl = ctrl; this.model = model; }