ScreenToGif.Windows.Other.Startup.Options_Executed C# (CSharp) Method

Options_Executed() private method

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