Esempio n. 1
0
 protected virtual void OnPassEvent(IOthello othello, int pass)
 {
     PassEvent?.Invoke(othello, pass);
 }
Esempio n. 2
0
 public void RaiseEvent(object sender, PassedArgs args)
 {
     PassEvent?.Invoke(sender, args);
 }