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

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