Exemple #1
0
        // Static access to SettingsHandler.Clone().
        public static SettingsHandler CloneInstance()
        {
            // Make sure there is an instance available.
            GetInstance();

            return(Instance.Clone());
        }