コード例 #1
0
 public void Dispatch(SynchronizationEvent e)
 {
     if (this.history != null)
     {
         this.history.AddEvent(e.ToString());
     }
     e.Execute(this);
 }
コード例 #2
0
 public void Dispatch(SynchronizationEvent e)
 {
     if (this.history != null)
     {
         this.history.AddEvent(e.ToString());
     }
     e.Execute(this);
 }