Example #1
0
 public System.Threading.Tasks.Task <Client.MyWcf.PictureInfo> ReceivePictureFromServerAsync(string userName, Client.MyWcf.TimetableAndExpPic ttAndEP)
 {
     return(base.Channel.ReceivePictureFromServerAsync(userName, ttAndEP));
 }
Example #2
0
 public Client.MyWcf.PictureInfo ReceivePictureFromServer(string userName, Client.MyWcf.TimetableAndExpPic ttAndEP)
 {
     return(base.Channel.ReceivePictureFromServer(userName, ttAndEP));
 }