Example #1
0
        //---------------------------------------------------------------------
        public dlgShopInfo()
        {
            InitializeComponent();

            m_szFileXML = MyApp.Path + @"Sys\USBWatch.xml";

            m_aXML = new MyXML();
            m_aXML.LoadFile(m_szFileXML);

            txtCamera.Text  = m_aXML.GetValue("/USBWatch/USBInfo/CameraName");
            txtPrinter.Text = m_aXML.GetValue("/USBWatch/USBInfo/PrinterName");
        }