Ejemplo n.º 1
0
        public GlowControlPane(IGlowControlListener listener)
        {
            this.InitializeComponent();

            m_listener = listener;

            // Register for callbacks when we get new connections.
            App.GlowBack.ConnectionManager.OnClientConnected += ConnectionManager_OnClientConnected;

            // We we are created kick off a thread to get the current state.
            QueryCurrentState();
        }
Ejemplo n.º 2
0
        public GlowControlPane(IGlowControlListener listener)
        {
            this.InitializeComponent();

            m_listener = listener;

            // Register for callbacks when we get new connections.
            App.GlowBack.ConnectionManager.OnClientConnected += ConnectionManager_OnClientConnected;

            // We we are created kick off a thread to get the current state.
            QueryCurrentState();
        }