示例#1
0
文件: frmMain.cs 项目: Wasim77500/Erp
 private void btnServices_Click(object sender, EventArgs e)
 {
     Inventory.frmServices frm = new Inventory.frmServices();
     glb_function.OpenForm(this, frm, false);
 }