public void Finish(int _tick) { if (!started) { return; } started = false; Exec(_tick); lcard.Stop(); }
public void StopL502() { if (!lcard_local) { return; } if (lcard == null) { return; } lcard.Stop(); }