コード例 #1
0
ファイル: MainForm.cs プロジェクト: tkram01/see3po
        public MainForm()
        {
            InitializeComponent();

            client = new CRobotClient(this);
            servos = new CServosController(this);
            motors = new CMotorsController(this);

            servos.Connect();
            motors.Connect();
        }
コード例 #2
0
ファイル: MainForm.cs プロジェクト: tkram01/see3po
        //CRbotoHost host;
        public MainForm()
        {
            InitializeComponent();

            client = new CRobotClient(this);
            servos = new CServosController(this);
            motors = new CMotorsController(this);

            servos.Connect();
            motors.Connect();
        }