Exemplo n.º 1
0
        public static OTP_Read_and_Compare getInstance()
        {
            if (Instance == null)
            {
                Instance = new OTP_Read_and_Compare();
            }

            return(Instance);
        }
Exemplo n.º 2
0
 public static void DeleteInstance()
 {
     Instance = null;
 }