private void iconNew_Click(object sender, EventArgs e) { if (addOfferte == null) { addOfferte = new AddOfferte(main, codeUser); addOfferte.MdiParent = main; } addOfferte.BringToFront(); addOfferte.Show(); }
public void dataClose(String naam) { if (naam == "addOfferte") { this.addOfferte = null; } if (naam == "editOfferte") { this.editOfferte = null; } if (naam == "offerteExcell") { this.offerteExcell = null; } }