Skip to content

Commit

Permalink
Added a missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
raphgodart committed Nov 22, 2017
1 parent d5aa0fb commit 53aeaef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public InformationPage SelectedPage
public InformationMenuViewModel(IEventAggregator eventAggregator)
{
this.eventAggregator = eventAggregator;
this.LoadedCommand = new DelegateCommand(() => this.NagivateToSelectedPage();
this.LoadedCommand = new DelegateCommand(() => this.NagivateToSelectedPage());
}

private void NagivateToSelectedPage()
Expand Down

0 comments on commit 53aeaef

Please sign in to comment.