Skip to content

Commit

Permalink
Merge branch 'vNextDialog' of github.com:slodge/MvvmCross into vNextD…
Browse files Browse the repository at this point in the history
…ialog
  • Loading branch information
slodge committed Nov 14, 2012
2 parents 36633a1 + f2c0bcf commit 43cfb47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cirrious/System.Windows.Touch/Forwarding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
[assembly: TypeForwardedTo(typeof(System.Collections.Specialized.NotifyCollectionChangedAction))]
[assembly: TypeForwardedTo(typeof(System.Collections.Specialized.NotifyCollectionChangedEventArgs))]
[assembly: TypeForwardedTo(typeof(System.Collections.Specialized.NotifyCollectionChangedEventHandler))]
//[assembly: TypeForwardedTo(typeof(System.Windows.Input.ICommand))]
[assembly: TypeForwardedTo(typeof(System.Windows.Input.ICommand))]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
namespace System.Windows.Input
// ReSharper restore CheckNamespace
{
/*
// removed ICommand as latest monotouch versions have System.Windows.Input in them!
public interface ICommand
{
Expand All @@ -12,4 +13,5 @@ public interface ICommand
bool CanExecute(object parameter);
void Execute(object parameter);
}
*/
}

0 comments on commit 43cfb47

Please sign in to comment.