예제 #1
0
        private void btn_DoProducts_Click(object sender, EventArgs e)
        {
            ProductsView products = new ProductsView(this);

            products.Show();
            this.Visible = false;
        }
예제 #2
0
 /* Конструктор */
 public ProductTypesController(ProductsView _controlForm)
 {
     connection = DBData.GetDBConnection();
     controlFormProductsView = _controlForm;
 }
예제 #3
0
 public MarketplaceController(ProductsView _mf)
 {
     connection          = DBData.GetDBConnection();
     controlProductsView = _mf;
 }