Exemplo n.º 1
0
        void LoadServerEventHandlers( )
        {
            m_SelectRemoteSystem = (SelectRemoteSystem)m_AppData.SelectServer;

            m_SelectRemoteSystem.MessageGenerators.OnCurrentServerLoggedOut += OnCurrentServerLoggedOut;
            m_SelectRemoteSystem.MessageGenerators.OnNewServerSelected      += OnNewServerSelected;
        }
Exemplo n.º 2
0
 public MessageGeneratorEvents(SelectRemoteSystem parent)
 {
     Parent = parent;
 }
Exemplo n.º 3
0
 void LoadSelectServerUC()
 {
     m_SelectRemoteSystem = new SelectRemoteSystem(m_AppData);
     m_CurrentPage.Controls.Add(m_SelectRemoteSystem);
 }
Exemplo n.º 4
0
 void LoadSelectServerUC()
 {
     m_SelectRemoteSystem = new SelectRemoteSystem(m_AppData);
     m_CurrentPage.Controls.Add(m_SelectRemoteSystem);
 }
Exemplo n.º 5
0
 void LoadSelectServerUC()
 {
     m_SelectRemoteSystem = new SelectRemoteSystem(m_AppData);
     tabPageSelectServer.Controls.Add(m_SelectRemoteSystem);
     m_AppData.SelectServer = (object)m_SelectRemoteSystem;
 }
Exemplo n.º 6
0
 public MessageGeneratorEvents(SelectRemoteSystem parent)
 {
     Parent = parent;
 }
Exemplo n.º 7
0
        void LoadServerEventHandlers( )
        {
            m_SelectRemoteSystem = (SelectRemoteSystem)m_AppData.SelectServer;

            m_SelectRemoteSystem.MessageGenerators.OnCurrentServerLoggedOut += OnCurrentServerLoggedOut;
            m_SelectRemoteSystem.MessageGenerators.OnNewServerSelected += OnNewServerSelected;
        }
Exemplo n.º 8
0
 void LoadSelectServerUC()
 {
     m_SelectRemoteSystem = new SelectRemoteSystem(m_AppData);
     tabPageSelectServer.Controls.Add(m_SelectRemoteSystem);
     m_AppData.SelectServer = (object)m_SelectRemoteSystem;
 }