From 7fbca80f9ad30bc4b8597a820efa792023398223 Mon Sep 17 00:00:00 2001 From: Stanko Date: Fri, 14 Feb 2020 12:32:31 +0100 Subject: [PATCH] Demo Mode dialog --- src/NiceHashMiner/NiceHashMiner.csproj | 7 + .../Views/Common/EnterWalletDialogDemo.xaml | 127 ++++++++++++++++++ .../Common/EnterWalletDialogDemo.xaml.cs | 89 ++++++++++++ src/NiceHashMiner/Views/MainWindow.xaml.cs | 15 +-- 4 files changed, 224 insertions(+), 14 deletions(-) create mode 100644 src/NiceHashMiner/Views/Common/EnterWalletDialogDemo.xaml create mode 100644 src/NiceHashMiner/Views/Common/EnterWalletDialogDemo.xaml.cs diff --git a/src/NiceHashMiner/NiceHashMiner.csproj b/src/NiceHashMiner/NiceHashMiner.csproj index d2c936157..496703bd9 100644 --- a/src/NiceHashMiner/NiceHashMiner.csproj +++ b/src/NiceHashMiner/NiceHashMiner.csproj @@ -116,6 +116,9 @@ EnterWalletDialog.xaml + + EnterWalletDialogDemo.xaml + EnterWorkernameDialog.xaml @@ -384,6 +387,10 @@ Designer MSBuild:Compile + + Designer + MSBuild:Compile + Designer MSBuild:Compile diff --git a/src/NiceHashMiner/Views/Common/EnterWalletDialogDemo.xaml b/src/NiceHashMiner/Views/Common/EnterWalletDialogDemo.xaml new file mode 100644 index 000000000..5dd7f4bf8 --- /dev/null +++ b/src/NiceHashMiner/Views/Common/EnterWalletDialogDemo.xaml @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +