From ee9352578135cd264b4d67973973fa1c3ec64f29 Mon Sep 17 00:00:00 2001 From: Ivo Petrov <48355182+ivaylo-matov@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:32:58 +0100 Subject: [PATCH] export csv with SaveFileDialog (#49) --- TuneUp/TuneUpWindow.xaml | 12 +++++++++++- TuneUp/TuneUpWindow.xaml.cs | 5 +++++ TuneUp/TuneUpWindowViewModel.cs | 29 +++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 1 deletion(-) diff --git a/TuneUp/TuneUpWindow.xaml b/TuneUp/TuneUpWindow.xaml index fdd3993..9622724 100644 --- a/TuneUp/TuneUpWindow.xaml +++ b/TuneUp/TuneUpWindow.xaml @@ -96,7 +96,17 @@ IsEnabled="{Binding Path=IsRecomputeEnabled}" Click="RecomputeGraph_Click" Padding="5,2,5,2"> - Force Re-execute + Run All + +