예제 #1
0
파일: JCollect.cs 프로젝트: andreyV512/rag
 public void Finish(int _tick)
 {
     if (!started)
     {
         return;
     }
     started = false;
     Exec(_tick);
     lcard.Stop();
 }
예제 #2
0
 public void StopL502()
 {
     if (!lcard_local)
     {
         return;
     }
     if (lcard == null)
     {
         return;
     }
     lcard.Stop();
 }