Exemplo n.º 1
0
        public MainForm()
        {
            InitializeComponent();

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

            servos.Connect();
            motors.Connect();
        }
Exemplo n.º 2
0
        //CRbotoHost host;
        public MainForm()
        {
            InitializeComponent();

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

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