From c6851d533418ce29b9727bc123acf80052a0b37e Mon Sep 17 00:00:00 2001 From: trungngotdt Date: Wed, 12 Dec 2018 00:05:44 +0700 Subject: [PATCH] multi-voting,user can't see number of vote --- EthereumVoting/View/MainWindow.xaml | 1 + EthereumVoting/View/ShellWindow.xaml | 8 +- EthereumVoting/ViewModel/LoginViewModel.cs | 1 + EthereumVoting/ViewModel/MainViewModel.cs | 94 +++++++++++++++++----- EthereumVoting/ViewModel/ShellViewModel.cs | 19 +++++ 5 files changed, 101 insertions(+), 22 deletions(-) diff --git a/EthereumVoting/View/MainWindow.xaml b/EthereumVoting/View/MainWindow.xaml index 9fa175b..fc5bff1 100644 --- a/EthereumVoting/View/MainWindow.xaml +++ b/EthereumVoting/View/MainWindow.xaml @@ -45,6 +45,7 @@