Exemplo n.º 1
0
 public Klachtenlijst(int userID)
 {
     InitializeComponent();
     this.userID = userID;
     dbh         = new DatabaseHandler();
 }
Exemplo n.º 2
0
        public Inlogscherm()
        {
            InitializeComponent();

            dbh = new DatabaseHandler();
        }