Beispiel #1
0
 public InviteEventArgs(long sessionId, InviteEventTypes type, String phrase)
     : base()
 {
     this.sessionId = sessionId;
     this.type = type;
     this.phrase = phrase;
 }
Beispiel #2
0
 public InviteEventArgs(long sessionId, InviteEventTypes type, String phrase)
     : base()
 {
     this.sessionId = sessionId;
     this.type      = type;
     this.phrase    = phrase;
 }