Пример #1
0
        public Form1()
        {
            InitializeComponent();
            comunicator = new UniversalComunicator();

            this.LControl = new LiveControler(this.comunicator);
            this.LControl.PingChanged_event += new EventHandler <LiveControlerArgs>(LControl_PingChanged_event);
        }
Пример #2
0
        public Form1()
        {
            InitializeComponent();
            comunicator = new UniversalComunicator();

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