Ejemplo n.º 1
0
 public static DataSet GetST()
 {
     //ChatCallBack callBack = new ChatCallBack();
     //InstanceContext instance = new InstanceContext(callBack);
     ServiceReference1.FileTransportServiceClient ft = new ServiceReference1.FileTransportServiceClient();
     try
     {
         byte[] da = ft.GetSysTem();
         ft.Close();
         return(Byte2DS(da));
     }
     finally
     {
         ft.Close();
     }
 }