Beispiel #1
0
 public JournalEntry(StudentChangedEventArgs <string> item)
 {
     this.CollectionName = item.CollectionName;
     this.WhatCall       = item.WhatCall;
     this.EventStudent   = item.EventStudent;
     this.KeyChanged     = item.KeyChanged.ToString();
 }
Beispiel #2
0
 public void studentsChanged(object source, StudentChangedEventArgs <string> args)
 {
     journal.Add(new JournalEntry(args));
 }