ScreenToGif.Windows.Other.Startup.Options_Executed C# (CSharp) Méthode

Options_Executed() private méthode

private Options_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
sender object
e System.Windows.Input.ExecutedRoutedEventArgs
Résultat void
        private void Options_Executed(object sender, ExecutedRoutedEventArgs e)
        {
            var options = new Options {Owner = this};
            options.ShowDialog();
        }