Reset() public method

public Reset ( ) : void
return void
Esempio n. 1
0
        public void Reset()
        {
            Properties.Settings.Default.Reset();
            RaisePropertyChanged(nameof(EnableUrlLink));
            RaisePropertyChanged(nameof(EnableTwitterLink));
            RaisePropertyChanged(nameof(UserSelectedFont));
            App.ViewModelRoot.ApplyFont();
            Close();

            Owner.Reset();
        }