public frmAddEditProduct()
 {
     InitializeComponent();
     productPresenter       = new ProductPresenter(this);
     categorysPresenter     = new CategoriesPresenter(this);
     productGroupsPresenter = new ProductGroupsPresenter(this);
 }
Beispiel #2
0
        public ucProductMainFrm()
        {
            InitializeComponent();

            categoryPresenter     = new CategoriesPresenter(this);
            productGroupPresenter = new ProductGroupsPresenter(this);
            productPresenter      = new ProductsPresenter(this);
            suppliersPresenter    = new SuppliersPresenter(this);
        }
Beispiel #3
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);
 }