Exemplo n.º 1
0
 public Login()
 {
     this.sonEklenenId = -1;
     InitializeComponent();
     ac  = new arduinoController(this);
     bs  = new BluetoothServer(this);
     bcc = new BluetoothClientController(this);
 }