private void 获取opc服务列表_Click(object sender, RoutedEventArgs e)
        {
            List <Tuple <string, Guid> > opcSerList = OPCHelper.GetOPCServiceList(txtOpcIp.Text.Trim());

            cmb_OpcSerList.ItemsSource = opcSerList;
        }