ScreenToGif.Windows.Other.Startup.Options_Executed C# (CSharp) Метод

Options_Executed() приватный Метод

private Options_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
sender object
e System.Windows.Input.ExecutedRoutedEventArgs
Результат void
        private void Options_Executed(object sender, ExecutedRoutedEventArgs e)
        {
            var options = new Options {Owner = this};
            options.ShowDialog();
        }