Ejemplo n.º 1
0
 public UCTypes(BankrekeningDataContext db)
 {
     InitializeComponent();
     this.db = db;
     TC      = new TypeController(db);
     SetData();
 }
Ejemplo n.º 2
0
 public UCRekening(BankrekeningDataContext db)
 {
     InitializeComponent();
     this.db = db;
     BC      = new BankController(db);
     TC      = new TypeController(db);
     KC      = new KlantController(db);
     SetData();
 }