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