コード例 #1
0
ファイル: Reference.cs プロジェクト: jkumawat/WPF_WCF_App
 public System.Threading.Tasks.Task <int> GetDivideAsync(WPF_App.WCFArithmaticService.Operand operands)
 {
     return(base.Channel.GetDivideAsync(operands));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: jkumawat/WPF_WCF_App
 public int GetMultiplicaiton(WPF_App.WCFArithmaticService.Operand operands)
 {
     return(base.Channel.GetMultiplicaiton(operands));
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: jkumawat/WPF_WCF_App
 public int GetDivide(WPF_App.WCFArithmaticService.Operand operands)
 {
     return(base.Channel.GetDivide(operands));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: jkumawat/WPF_WCF_App
 public int GetSubtraction(WPF_App.WCFArithmaticService.Operand operands)
 {
     return(base.Channel.GetSubtraction(operands));
 }