private void BillsPrefixAdd_FormClosing(object sender, FormClosingEventArgs e) { Forms.BillsPrefixes obj = (BillsPrefixes)Application.OpenForms["BillsPrefixes"]; obj.loadGrid(); }
private void link_CodeSetting_Click(object sender, EventArgs e) { Forms.BillsPrefixes form = new Forms.BillsPrefixes(); form.ShowDialog(); }