Beispiel #1
0
 public virtual void ProcessEvent(TentativeFarmGridApplyChangesRequestEvent e)
 {
 }
 public override void ProcessEvent(TentativeFarmGridApplyChangesRequestEvent e)
 {
     EventManager.Instance.Publish(new TentativeFarmGridApplyChangesResponseEvent(this.ValidState()));
 }