Beispiel #1
0
 private void btnServices_Click(object sender, EventArgs e)
 {
     Inventory.frmServices frm = new Inventory.frmServices();
     glb_function.OpenForm(this, frm, false);
 }