Beispiel #1
0
        void LoadServerEventHandlers( )
        {
            m_SelectRemoteSystem = (SelectRemoteSystem)m_AppData.SelectServer;

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

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