Ejemplo n.º 1
0
 public Form1()
 {
     InitializeComponent();
     gbLogIn.Location = new Point(340, 200);
     gbAlles.Location = new Point(5, 50);
     reparatieSysteem = new ReparatieSysteem();
     toestand = Toestand.INLOGGEN;
     Showtoestand();
 }
Ejemplo n.º 2
0
 public Form1()
 {
     InitializeComponent();
     gbLogIn.Location = new Point(340, 200);
     gbAlles.Location = new Point(5, 50);
     reparatieSysteem = new ReparatieSysteem();
     klantenLijst = new List<Klant>();
     klant = null;
     toestand = Toestand.INLOGGEN;
     gebruiker = Gebruiker.GEEN;
     Showtoestand();
 }
Ejemplo n.º 3
0
        public MainForm()
        {
            InitializeComponent();

            reparatieSysteem = new ReparatieSysteem();
        }