Example #1
0
        public static OTP_Read_and_Compare getInstance()
        {
            if (Instance == null)
            {
                Instance = new OTP_Read_and_Compare();
            }

            return(Instance);
        }
Example #2
0
 public static void DeleteInstance()
 {
     Instance = null;
 }