Ejemplo n.º 1
0
 public static void AppsClose(this CommunicationEvent @this, CommunicationEventClose method)
 {
     @this.CommunicationEventState = new CommunicationEventStates(@this.Strategy.Session).Completed;
 }
Ejemplo n.º 2
0
 public static void AppsClose(this CommunicationEvent @this, CommunicationEventClose method)
 {
     @this.CurrentObjectState = new CommunicationEventObjectStates(@this.Strategy.Session).Completed;
 }