Exemple #1
0
        void Handle(Input.RestoreClick action)
        {
            action.Cancel();

            if (this.MainForm != null)
            {
                this.MainForm.OpenRestorePassword();
            }
        }
Exemple #2
0
        void Handle(Input.RestoreClick action)
        {
            action.Cancel();

            this.MainForm?.OpenRestorePassword();
        }