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