Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Commit

Permalink
Made CanExecuteManager public #3
Browse files Browse the repository at this point in the history
  • Loading branch information
godrose committed May 28, 2018
1 parent 4fc1493 commit c900caa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace LogoFX.Client.Mvvm.Commanding
{
class CanExecuteManager : ICanExecuteManager
public class CanExecuteManager : ICanExecuteManager
{
public EventHandler CanExecuteHandler { get; private set; }

Expand Down

0 comments on commit c900caa

Please sign in to comment.