コード例 #1
0
        public ControllerForm()
        {
            InitializeComponent();
            _arduinoController = new ArduinoController();
            _arduinoController.Setup(this);
            var x = this.Handle;

            _arduinoController.Init(this);
        }
コード例 #2
0
        public ControllerForm()
        {
            InitializeComponent();
            _arduinoController = new ArduinoController();
            _arduinoController.Setup(this);

            btnConnect.BackColor          = _disconnectedBackColor;
            btnTitleSponsorSave.BackColor = _disconnectedBackColor;
            btnEventNameSave.BackColor    = _disconnectedBackColor;
            btnWebSocket.BackColor        = _disconnectedBackColor;
        }
コード例 #3
0
ファイル: ControllerForm.cs プロジェクト: jgrizou/robot_2WD
 public ControllerForm()
 {
     InitializeComponent();
     _arduinoController = new ArduinoController();
     _arduinoController.Setup(this);
 }
コード例 #4
0
 public ControllerForm()
 {
     InitializeComponent();
     _arduinoController = new ArduinoController();
     _arduinoController.Setup(this);
 }