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