public SchetsWin(string schetsBestand) { schetscontrol = new SchetsControl(); this.ClientSize = new Size(700, 500); initialiseerControls(); schetscontrol.LaadHistorie(schetsBestand); }