Exemplo n.º 1
0
 public frmAddEditProductGroup()
 {
     InitializeComponent();
     categorysPresenter    = new CategoriesPresenter(this);
     productGroupPresenter = new ProductGroupPresenter(this);
     suppliersPresenter    = new SuppliersPresenter(this);
 }
Exemplo n.º 2
0
 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);
 }