示例#1
0
        void AdaptersUserControl_Loaded(object sender, RoutedEventArgs e)
        {
            App app = (App)Application.Current;

            m_nodeID = app.NodeValue;
            m_client.GetNodesAsync(true, false);
            m_client.GetAdapterListAsync(false, m_adapterType, m_nodeID);
            ClearForm();
        }
示例#2
0
 void GetNodes()
 {
     m_client.GetNodesAsync(true, false);
 }