Torna al Thread

OPCServer MyOPCServer = default(OPCServer); MyOPCServer = new OPCServer(); object ServerList = MyOPCServer.GetOPCServers; for (short index = Information.LBound(ServerList); index <= Information.UBound(ServerList); index++) { ComboBox1.Items.Add(ServerList(index)); }
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5