Example #1
0
 public frmProduct()
 {
     InitializeComponent();
     categories    = new frmCategoryMaintenance();
     subCategories = new frmSubCategoryMaintenance();
     suppliers     = new frmSupplierMaintenance();
 }
Example #2
0
        private void btnSubCatMain_Click(object sender, EventArgs e)
        {
            frmSubCategoryMaintenance frmSubCatMain = new frmSubCategoryMaintenance();

            frmSubCatMain.ShowDialog();
        }