From c0efc63741d7f847b6a2b93cc5c3fff92b7136bd Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 13 Jun 2018 11:31:19 -0700 Subject: [PATCH] Allow child process to be killed (#10) (#34) * Allow child process to be killed (#10) * Add constants, use them, use child process more --- Constants.cs | 6 +++ MainWindow.xaml | 2 +- MainWindow.xaml.cs | 92 +++++++++++++++++++++++++++++----------------- 3 files changed, 65 insertions(+), 35 deletions(-) diff --git a/Constants.cs b/Constants.cs index dbd3293b..57a4abf6 100644 --- a/Constants.cs +++ b/Constants.cs @@ -1,5 +1,11 @@ namespace DICUI { + public static class UIElements + { + public const string StartDumping = "Start Dumping"; + public const string StopDumping = "Stop Dumping"; + } + public static class DICCommands { // Commands diff --git a/MainWindow.xaml b/MainWindow.xaml index 5b9481dc..29fde9ee 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -65,7 +65,7 @@ -