Exemplo n.º 1
0
        public static void ApplySettings()
        {
            ApplyDefaultSettings();

            ITUNAutonomy.ApplyChanges();

            FunFactor.ApplyFunFactor();

            Settings.Apply();
        }
Exemplo n.º 2
0
        public static void ResetSettings()
        {
            ApplyDefaultSettings();

            sSettings = null;

            FunFactor.ApplyFunFactor();

            ApplySettings();

            StartAlarms();
        }