Beispiel #1
0
 public MsrpEventArgs(long sessionId, MsrpEventTypes type)
     : base()
 {
     this.sessionId = sessionId;
     this.type      = type;
 }
Beispiel #2
0
 public MsrpEventArgs(long sessionId, MsrpEventTypes type)
     : base()
 {
     this.sessionId = sessionId;
     this.type = type;
 }