Exemplo n.º 1
0
 public XcapEventArgs(XcapEventTypes type, short code, String phrase)
     : base()
 {
     this.type = type;
     this.code = code;
     this.phrase = phrase;
 }
Exemplo n.º 2
0
 public XcapEventArgs(XcapEventTypes type, short code, String phrase)
     : base()
 {
     this.type   = type;
     this.code   = code;
     this.phrase = phrase;
 }