コード例 #1
0
 public frmAddEditProductGroup()
 {
     InitializeComponent();
     categorysPresenter    = new CategoriesPresenter(this);
     productGroupPresenter = new ProductGroupPresenter(this);
     suppliersPresenter    = new SuppliersPresenter(this);
 }
コード例 #2
0
ファイル: frmDelete.cs プロジェクト: vuquyhau9420/PRN-Project
 public frmDelete()
 {
     InitializeComponent();
     categoriesPresenter    = new CategoriesPresenter(this);
     productGroupsPresenter = new ProductGroupsPresenter(this);
     productPresenter       = new ProductPresenter(this);
     productsPresenter      = new ProductsPresenter(this);
     productGroupPresenter  = new ProductGroupPresenter(this);
     categoryPresenter      = new CategoryPresenter(this);
 }