示例#1
0
        private void myBottun1_Click(object sender, EventArgs e)
        {
            frmProperties frm = new frmProperties();

            frm.ShowDialog();

            glb_function.FillListWithId(ref lstPROPERTY_ID, "PROPERTIES", "PROPERTY_NAME");
        }
示例#2
0
文件: frmMain.cs 项目: Wasim77500/Erp
 private void btnProperities_Click(object sender, EventArgs e)
 {
     Inventory.frmProperties frm = new Inventory.frmProperties();
     glb_function.OpenForm(this, frm, false);
 }