public Client(Drive Motors) : this() { this.Motors = Motors; new Thread(new ThreadStart(Start)).Start(); }
public Form1() { InitializeComponent(); Motors = new Drive(); Pult = new Client(Motors); }