Exemple #1
0
 public System.Threading.Tasks.Task <WcfServiceLibrary1.ComplexNum> addCNumAsync(WcfServiceLibrary1.ComplexNum n1, WcfServiceLibrary1.ComplexNum n2)
 {
     return(base.Channel.addCNumAsync(n1, n2));
 }
Exemple #2
0
 public WcfServiceLibrary1.ComplexNum addCNum(WcfServiceLibrary1.ComplexNum n1, WcfServiceLibrary1.ComplexNum n2)
 {
     return(base.Channel.addCNum(n1, n2));
 }