示例#1
0
        private void OPCInitial()
        {
            List <string> ls = new List <string>();

            ls = oc.GetLocalServer();
            oc.ConnectServer(ls[0], "");
            oc.AddAllItems();
        }