Example #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");
        }
Example #2
0
 private void btnProperities_Click(object sender, EventArgs e)
 {
     Inventory.frmProperties frm = new Inventory.frmProperties();
     glb_function.OpenForm(this, frm, false);
 }