示例#1
0
        public static void ApplySettings()
        {
            ApplyDefaultSettings();

            ITUNAutonomy.ApplyChanges();

            FunFactor.ApplyFunFactor();

            Settings.Apply();
        }
示例#2
0
        public static void ResetSettings()
        {
            ApplyDefaultSettings();

            sSettings = null;

            FunFactor.ApplyFunFactor();

            ApplySettings();

            StartAlarms();
        }