Ejemplo n.º 1
0
 public static DateTime GetDateTime()
 {
     //ChatCallBack callBack = new ChatCallBack();
     //InstanceContext instance = new InstanceContext(callBack);
     ServiceReference1.FileTransportServiceClient ft = new ServiceReference1.FileTransportServiceClient();
     try
     {
         return(ft.GetDateTime());
     }
     finally
     {
         ft.Close();
     }
 }