diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-20 12:13:55 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-20 12:13:55 +0200 |
| commit | 51c59649e78ea81d88c52ca7a0f61d53e9ac83fe (patch) | |
| tree | 02dddb61c74c624d44de4d0cce09323f1b7e57dc /Software/Visual_Studio/Tango.Core/Commands | |
| parent | 1a573aaa346ec4b8bd58a0e35ab9df571a09b855 (diff) | |
| download | Tango-51c59649e78ea81d88c52ca7a0f61d53e9ac83fe.tar.gz Tango-51c59649e78ea81d88c52ca7a0f61d53e9ac83fe.zip | |
Working on developer module...
Diffstat (limited to 'Software/Visual_Studio/Tango.Core/Commands')
| -rw-r--r-- | Software/Visual_Studio/Tango.Core/Commands/RelayCommand.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Core/Commands/RelayCommand.cs b/Software/Visual_Studio/Tango.Core/Commands/RelayCommand.cs index 518b28669..fecf8a5de 100644 --- a/Software/Visual_Studio/Tango.Core/Commands/RelayCommand.cs +++ b/Software/Visual_Studio/Tango.Core/Commands/RelayCommand.cs @@ -17,7 +17,6 @@ namespace Tango.Core.Commands #region fields readonly Predicate<object> canExecute; readonly Action<object> execute; - private Func<bool> p; #endregion fields #region constructors |
