Beispiel #1
0
        public static bool SCheckDTypeSize(ILCard502 _lcard = null)
        {
            if (_lcard != null)
            {
                return(CheckDTypeSize0(_lcard));
            }
            ILCard502 l   = LoadLCard();
            bool      ret = CheckDTypeSize0(l);

            l.Dispose();
            return(ret);
        }
Beispiel #2
0
 public void Dispose()
 {
     if (lcard != null)
     {
         lcard.Dispose();
         lcard = null;
     }
     if (gspf != null)
     {
         gspf.Dispose();
         gspf = null;
     }
 }
Beispiel #3
0
 public void Dispose()
 {
     lcard.Dispose();
 }