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