Exemplo n.º 1
0
 public System.Threading.Tasks.Task <int> GetRealPartAsync(WCFIntro.ComplexNumber complex)
 {
     return(base.Channel.GetRealPartAsync(complex));
 }
Exemplo n.º 2
0
 public int GetRealPart(WCFIntro.ComplexNumber complex)
 {
     return(base.Channel.GetRealPart(complex));
 }