Пример #1
0
 private bool HandleRefreshDisplay(RefreshDisplayPresentationHint arg)
 {
     AppShell.GetForCurrentView().RefreshVisualSettings();
     return(true);
 }
Пример #2
0
 public AppShellViewPresenter(AppShell appShell)
 {
     _appShell = appShell;
     RegisterPresentationHintHandlers();
 }