Now really removed dead host for network service + added new one...

This commit is contained in:
niksedk 2015-06-18 08:09:52 +02:00
parent c5761b204e
commit fdf0264921

View File

@ -84,7 +84,7 @@
this.comboBoxWebServiceUrl.FormattingEnabled = true;
this.comboBoxWebServiceUrl.Items.AddRange(new object[] {
"http://www.nikse.dk/se/SeService.asmx",
"http://nikse555.brinkster.net/SeService.asmx"});
"http://se-net.azurewebsites.net/seService.asmx"});
this.comboBoxWebServiceUrl.Location = new System.Drawing.Point(125, 109);
this.comboBoxWebServiceUrl.Name = "comboBoxWebServiceUrl";
this.comboBoxWebServiceUrl.Size = new System.Drawing.Size(262, 21);