Example #1
0
 public System.Threading.Tasks.Task <string> WindowsFormConnectAsync(TestingEncryptionMethod.RefWcf.Variables windowsForm)
 {
     return(base.Channel.WindowsFormConnectAsync(windowsForm));
 }
Example #2
0
 public string WindowsFormConnect(TestingEncryptionMethod.RefWcf.Variables windowsForm)
 {
     return(base.Channel.WindowsFormConnect(windowsForm));
 }