예제 #1
0
 public frmProduct()
 {
     this.ControlBox = false;
     InitializeComponent();
     proFun = new frmProductFunction();
     moFun  = new frmModelFunction();
     ptFun  = new frmPTypeCodeFunction();
     tFun   = new frmTypeFunction();
 }
예제 #2
0
파일: frmType.cs 프로젝트: SomboChea/PSMS2
 public frmType()
 {
     InitializeComponent();
     tFun = new frmTypeFunction();
 }