public MainForm() { InitializeComponent(); client = new CRobotClient(this); servos = new CServosController(this); motors = new CMotorsController(this); servos.Connect(); motors.Connect(); }
//CRbotoHost host; public MainForm() { InitializeComponent(); client = new CRobotClient(this); servos = new CServosController(this); motors = new CMotorsController(this); servos.Connect(); motors.Connect(); }