public frmProduct() { InitializeComponent(); categories = new frmCategoryMaintenance(); subCategories = new frmSubCategoryMaintenance(); suppliers = new frmSupplierMaintenance(); }
private void btnSubCatMain_Click(object sender, EventArgs e) { frmSubCategoryMaintenance frmSubCatMain = new frmSubCategoryMaintenance(); frmSubCatMain.ShowDialog(); }