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