From 04c1cc90d2291125ad6e25ed956f6975d66e557e Mon Sep 17 00:00:00 2001 From: David Smith Date: Sat, 30 May 2015 16:06:47 -0500 Subject: [PATCH] Add comment --- NetTally/MainWindow.xaml.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NetTally/MainWindow.xaml.cs b/NetTally/MainWindow.xaml.cs index 9cdfe19f..f5f03cc5 100644 --- a/NetTally/MainWindow.xaml.cs +++ b/NetTally/MainWindow.xaml.cs @@ -149,7 +149,11 @@ private async void tallyButton_Click(object sender, RoutedEventArgs e) } } - + /// + /// Cancel the cancellation token, if present. + /// + /// + /// private void cancelTally_Click(object sender, RoutedEventArgs e) { cts?.Cancel();