Skip to content

Commit

Permalink
Protected set command
Browse files Browse the repository at this point in the history
  • Loading branch information
chandramouleswaran committed Apr 15, 2014
1 parent d4624c9 commit 219ecdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Wide/Interfaces/Controls/AbstractCommandable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ protected AbstractCommandable() : base()
/// Gets the command.
/// </summary>
/// <value>The command.</value>
public virtual ICommand Command { get; internal set; }
public virtual ICommand Command { get; protected internal set; }

/// <summary>
/// Gets or sets the command parameter.
Expand Down

0 comments on commit 219ecdd

Please sign in to comment.