Ejemplo n.º 1
0
        void RefreshDeviceList()
        {
            App    app    = (App)Application.Current;
            string nodeID = app.NodeValue;

            m_client.GetDeviceListAsync(nodeID);
        }