예제 #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);
 }