public RegistrationEventArgs(RegistrationEventTypes type, short sipCode, String phrase)
     : base()
 {
     this.type = type;
     this.sipCode = sipCode;
     this.phrase = phrase;
 }
Beispiel #2
0
 public RegistrationEventArgs(RegistrationEventTypes type, short sipCode, String phrase)
     : base()
 {
     this.type    = type;
     this.sipCode = sipCode;
     this.phrase  = phrase;
 }