コード例 #1
0
 public static WSWebService.WorkstationWebServiceClient GetWorkstationWebService()
 {
     if (webService == null)
     {
         // Build the connection to the WorkstationWebService
         webService = new WSWebService.WorkstationWebServiceClient();
     }
     return(webService);
 }
コード例 #2
0
 public static void RestoreConnection()
 {
     // Restore the connection.
     webService = new WSWebService.WorkstationWebServiceClient();
 }