예제 #1
0
파일: doit.cs 프로젝트: viticm/pap2
 /// <summary>
 /// 初始化
 /// </summary>
 /// <returns>Control的引用</returns>
 public Control Init()
 {
     ft = new frmTest();
     return ft.panel1;
 }
예제 #2
0
파일: doit.cs 프로젝트: weimingtom/pap2
 /// <summary>
 /// 初始化
 /// </summary>
 /// <returns>Control的引用</returns>
 public Control Init()
 {
     ft = new frmTest();
     return(ft.panel1);
 }