summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Controls/SourceSelection.xaml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrakeWPF/Controls/SourceSelection.xaml.cs')
-rw-r--r--win/CS/HandBrakeWPF/Controls/SourceSelection.xaml.cs18
1 files changed, 18 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Controls/SourceSelection.xaml.cs b/win/CS/HandBrakeWPF/Controls/SourceSelection.xaml.cs
index c487f5b98..cf8285292 100644
--- a/win/CS/HandBrakeWPF/Controls/SourceSelection.xaml.cs
+++ b/win/CS/HandBrakeWPF/Controls/SourceSelection.xaml.cs
@@ -27,12 +27,30 @@ namespace HandBrakeWPF.Controls
this.InitializeComponent();
}
+ /// <summary>
+ /// The about request navigate.
+ /// </summary>
+ /// <param name="sender">
+ /// The sender.
+ /// </param>
+ /// <param name="e">
+ /// The e.
+ /// </param>
private void AboutHandBrake_OnRequestNavigate(object sender, RequestNavigateEventArgs e)
{
MainViewModel vm = this.DataContext as MainViewModel;
vm.OpenAboutApplication();
}
+ /// <summary>
+ /// The open options request navigate.
+ /// </summary>
+ /// <param name="sender">
+ /// The sender.
+ /// </param>
+ /// <param name="e">
+ /// The e.
+ /// </param>
private void OpenOptions_OnRequestNavigate(object sender, RequestNavigateEventArgs e)
{
MainViewModel vm = this.DataContext as MainViewModel;