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