Example #1
0
File: doit.cs Project: viticm/pap2
 /// <summary>
 /// 初始化
 /// </summary>
 /// <returns>Control的引用</returns>
 public Control Init()
 {
     ft = new frmTest();
     return ft.panel1;
 }
Example #2
0
 /// <summary>
 /// 初始化
 /// </summary>
 /// <returns>Control的引用</returns>
 public Control Init()
 {
     ft = new frmTest();
     return(ft.panel1);
 }