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