From 4a05fbfbc9ca8798ab3e60b18fec31c3feba864c Mon Sep 17 00:00:00 2001 From: Justin Gaffney Date: Sun, 24 Dec 2017 18:59:46 +1000 Subject: [PATCH] Remove related account combobox from ImportCustomContractView, removed unnecessary using directives from ImportCustomContractViewModel --- .../Accounts/ImportCustomContractViewModel.cs | 5 ----- .../Views/Accounts/ImportCustomContractView.xaml | 12 ++++-------- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/Neo.Gui.ViewModels/Accounts/ImportCustomContractViewModel.cs b/Neo.Gui.ViewModels/Accounts/ImportCustomContractViewModel.cs index 0e15841a..6d2dc61a 100644 --- a/Neo.Gui.ViewModels/Accounts/ImportCustomContractViewModel.cs +++ b/Neo.Gui.ViewModels/Accounts/ImportCustomContractViewModel.cs @@ -1,17 +1,12 @@ using System; -using System.Collections.ObjectModel; using System.Linq; using System.Windows.Input; using GalaSoft.MvvmLight; using GalaSoft.MvvmLight.Command; -using Neo.Core; -using Neo.Cryptography.ECC; using Neo.SmartContract; -using Neo.Wallets; -using Neo.Gui.Base.Controllers; using Neo.Gui.Base.Dialogs.Interfaces; using Neo.Gui.Base.Dialogs.Results.Wallets; using Neo.Gui.Base.Messages; diff --git a/Neo.Gui.Wpf/Views/Accounts/ImportCustomContractView.xaml b/Neo.Gui.Wpf/Views/Accounts/ImportCustomContractView.xaml index 4050cbfc..40769225 100644 --- a/Neo.Gui.Wpf/Views/Accounts/ImportCustomContractView.xaml +++ b/Neo.Gui.Wpf/Views/Accounts/ImportCustomContractView.xaml @@ -10,7 +10,6 @@ Width="600" Height="520" ResizeMode="NoResize"> - @@ -21,17 +20,14 @@ -