Beispiel #1
0
 private void tmnManageProduct_Click(object sender, EventArgs e)
 {
     AuntRosieApplication.Inventory.frmSupplier form = new AuntRosieApplication.Inventory.frmSupplier();
     ShowForm(form);
 }
Beispiel #2
0
 private void btnSuppliers_Click(object sender, EventArgs e)
 {
     AuntRosieApplication.Inventory.frmSupplier form = new AuntRosieApplication.Inventory.frmSupplier();
     ShowForm(form);
 }