Example #1
0
 public override void update(object[] o)
 {
     try
     {
         Docent = (WDocent)o[1];
     }
     catch (Exception)
     {
         throw;
     }
 }
Example #2
0
 public DocentViewModel(MainViewModel main, WDocent docent)
     : this(main)
 {
     Docent = docent;
 }
Example #3
0
 public void WijzigDocent(WDocent docent)
 {
     Main.ChangeButton("Docent", new List<Object>() { docent }, Clear.No, this);
 }