예제 #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
파일: Form1.cs 프로젝트: kumencz/fiscopter
        public Form1()
        {
            InitializeComponent();
            comunicator = new UniversalComunicator();

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