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