コード例 #1
0
 public WebMateTestingProgram()
 {
     InitializeComponent();
     wmClient_ = new WCFServiceWebMateClient();
     itemsForm = new ItemsForm();
 }
コード例 #2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="endpointConfigurationName"></param>
 /// <param name="remoteAddress"></param>
 public void Reset(string endpointConfigurationName, string remoteAddress)
 {
     webmateClient_ = new WCFServiceWebMateClient(
         endpointConfigurationName,
         remoteAddress);
 }