コード例 #1
0
 public static void AppsClose(this CommunicationEvent @this, CommunicationEventClose method)
 {
     @this.CommunicationEventState = new CommunicationEventStates(@this.Strategy.Session).Completed;
 }
コード例 #2
0
 public static void AppsClose(this CommunicationEvent @this, CommunicationEventClose method)
 {
     @this.CurrentObjectState = new CommunicationEventObjectStates(@this.Strategy.Session).Completed;
 }