コード例 #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);
        }