Example #1
0
        private void ExecuteMigrations(Version oldVersion)
        {
            IsActive            = true;
            ProgressDescription = _device.GetLocalizedResource("MigratingProgress");

            _migrationService.ExecuteAll(oldVersion);

            IsActive = false;
        }