示例#1
0
 public System.Threading.Tasks.Task <int> GetDivideAsync(WPF_App.WCFArithmaticService.Operand operands)
 {
     return(base.Channel.GetDivideAsync(operands));
 }
示例#2
0
 public int GetMultiplicaiton(WPF_App.WCFArithmaticService.Operand operands)
 {
     return(base.Channel.GetMultiplicaiton(operands));
 }
示例#3
0
 public int GetDivide(WPF_App.WCFArithmaticService.Operand operands)
 {
     return(base.Channel.GetDivide(operands));
 }
示例#4
0
 public int GetSubtraction(WPF_App.WCFArithmaticService.Operand operands)
 {
     return(base.Channel.GetSubtraction(operands));
 }