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

            return(_instance);
        }