Added charge and deposit buttons

This commit is contained in:
Andre Beging
2017-09-12 09:09:00 +02:00
parent 09a09d4af4
commit 1abacdccbb
10 changed files with 109 additions and 21 deletions

View File

@@ -1,5 +1,4 @@
using System;
using System.Windows;
using System.Windows;
using System.Windows.Input;
namespace DebtMgr.View
@@ -40,10 +39,10 @@ namespace DebtMgr.View
if (App.Locator.MainView.DeletePersonContextMenuCommand.CanExecute(null))
App.Locator.MainView.DeletePersonContextMenuCommand.Execute(null);
}
}
#endregion
#region TransactionHistoryListViewOnKeyUp()
////////////////////////////////////////////////////////////////////////////////////////////////////