Example #1
0
        public static Names GetInstance()
        {
            if (Instance == null)
                Instance = new Names();

            return Instance;
        }