Ejemplo n.º 1
0
 public WebUniconWin()
 {
     InitializeComponent();
     webUrlStr     = "";
     btnIndex      = 0;
     webNum        = "";
     webXml        = "";
     webObject     = new WebUnicomAction.UnicomService.WebServicePtyt();
     webObject.Url = "http://localhost:8098/services/WebServicePtyt?wsdl";
 }
Ejemplo n.º 2
0
 public WebUniconWin()
 {
     InitializeComponent();
     webUrlStr = "";
     btnIndex = 0;
     webNum = "";
     webXml = "";
     webObject = new WebUnicomAction.UnicomService.WebServicePtyt();
     webObject.Url = "http://localhost:8098/services/WebServicePtyt?wsdl";
 }