/// <summary> /// 最初の画面を表示する /// </summary> private void setFirstImage() { AppShell shell = Window.Current.Content as AppShell; if (shell != null) { shell.HideMenu(); } }