Exemplo n.º 1
0
        public Form1()
        {
            InitializeComponent();
            comunicator = new UniversalComunicator();

            this.LControl = new LiveControler(this.comunicator);
            this.LControl.PingChanged_event += new EventHandler <LiveControlerArgs>(LControl_PingChanged_event);
        }
Exemplo n.º 2
0
        public Form1()
        {
            InitializeComponent();
            comunicator = new UniversalComunicator();

            this.LControl = new LiveControler(this.comunicator);
            this.LControl.PingChanged_event += new EventHandler<LiveControlerArgs>(LControl_PingChanged_event);
        }