Skip to content

Commit 0ce115a

Browse files
Fix CS0246: add missing using System.Windows.Input for ICommand
Co-authored-by: StuartFerguson <16325469+StuartFerguson@users.noreply.github.com>
1 parent 0a4fdeb commit 0ce115a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

TransactionProcessor.Mobile/Pages/Support/SupportPage.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
using System.Windows.Input;
12
using TransactionProcessor.Mobile.BusinessLogic.ViewModels.Support;
23
using TransactionProcessor.Mobile.Pages.Common;
34

0 commit comments

Comments
 (0)