Example code was using the wrong class

Obviously wrong as no code uses that, and the header right above uses the correct class name
This commit is contained in:
Morten Nielsen 2020-05-05 23:25:56 -07:00 коммит произвёл GitHub
Родитель c65d648695
Коммит b3bce89ebe
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -111,7 +111,7 @@ protected override async void OnNavigatedTo(NavigationEventArgs e)
{
base.OnNavigatedTo(e);
Shell.Current.RegisterNewCommand("Image with placeholder", (sender, args) =>
SampleController.Current.RegisterNewCommand("Image with placeholder", (sender, args) =>
{
AddImage(false, true);
});
@ -199,4 +199,4 @@ Use the DocumentationUrl property to add a link to the raw documentation in *sam
### CodeUrl
The value of CodeUrl is modified when the app is built in release mode. The branch is automaticaly changed to **master**. This allows you to test the link in debug while pointing to dev.
The value of CodeUrl is modified when the app is built in release mode. The branch is automaticaly changed to **master**. This allows you to test the link in debug while pointing to dev.