示例#1
0
 public override void ProcessEvent(TentativeFarmGridApplyChangesResponseEvent e)
 {
     if (e.CanApply)
     {
         EventManager.Instance.Publish(new TentativeFarmGridOffEvent(true));
         this.SetEditButton();
     }
 }
示例#2
0
 public virtual void ProcessEvent(TentativeFarmGridApplyChangesResponseEvent e)
 {
 }