コード例 #1
0
 public void init()
 {
     InitializeComponent();
     Control.CheckForIllegalCrossThreadCalls = false;
     //TODO:Include them for the client (Done)
     client = new PatientService.PatientServiceSoapClient();
     client.InnerChannel.OperationTimeout = new TimeSpan(0, 10, 0);
 }
コード例 #2
0
 public Main()
 {
     InitializeComponent();
     client = new PatientService.PatientServiceSoapClient();
 }
コード例 #3
0
 public Registration()
 {
     InitializeComponent();
     client = new PatientService.PatientServiceSoapClient();
 }