Пример #1
0
 private void iconExcel_Click(object sender, EventArgs e)
 {
     if (offerteExcell == null)
     {
         offerteExcell           = new OfferteExcell();
         offerteExcell.MdiParent = this.main;
     }
     offerteExcell.BringToFront();
     offerteExcell.Show();
 }
Пример #2
0
 public void dataClose(String naam)
 {
     if (naam == "addOfferte")
     {
         this.addOfferte = null;
     }
     if (naam == "editOfferte")
     {
         this.editOfferte = null;
     }
     if (naam == "offerteExcell")
     {
         this.offerteExcell = null;
     }
 }