예제 #1
0
 static void OnCountsUpdated()
 {
     CountsUpdated.Raise(null, new EventArgs <uint[]> {
         Value = Detectors
     });
 }
예제 #2
0
 protected void OnCountsUpdated()
 {
     CountsUpdated.Raise(this, new EventArgs <uint[]> {
         Value = Detectors
     });
 }