コード例 #1
0
ファイル: frmProduct.cs プロジェクト: SomboChea/PSMS2
 public frmProduct()
 {
     this.ControlBox = false;
     InitializeComponent();
     proFun = new frmProductFunction();
     moFun  = new frmModelFunction();
     ptFun  = new frmPTypeCodeFunction();
     tFun   = new frmTypeFunction();
 }
コード例 #2
0
ファイル: frmBrand.cs プロジェクト: SomboChea/PSMS2
 public frmBrand()
 {
     InitializeComponent();
     moFun = new frmModelFunction();
 }