Esempio n. 1
0
        public void Migrate(Version from, Version to)
        {
            LoggerSingleton.Inst.Info("AppSettings", $"Migrate settings from {from} to {to}");

            _shortcuts = ShortcutManager.MigrateShortcutSettings(from, to, _shortcuts);
        }