Exemplo n.º 1
0
 public nsISupports Connect(string address, WPSMethod wpsMethod, sbyte goIntent)
 {
     return(this.CallMethod <nsISupports>("connect", address, wpsMethod, goIntent));
 }
Exemplo n.º 2
0
 public nsISupports Connect(string address, WPSMethod wpsMethod)
 {
     return(this.CallMethod <nsISupports>("connect", address, wpsMethod));
 }