private void StopButton_OnClicked(object sender, EventArgs e) { _timer.Stop(); #if DEBUG _impulseInvoker.Stop(); #else Bluetooth.SendCommand(Commands.STOP); #endif }
public void Stop() { _timer.Stop(); }