Пример #1
0
 public SchetsWin(string schetsBestand)
 {
     schetscontrol   = new SchetsControl();
     this.ClientSize = new Size(700, 500);
     initialiseerControls();
     schetscontrol.LaadHistorie(schetsBestand);
 }