コード例 #1
0
        protected override Task NavigateToInfoOverride()
        {
            InfoViewSettings settings = new InfoViewSettings(InfoType.ControlInfo, this.control.DescriptionHeader, this.control.FullDescription);

            return(this.NavigationService.NavigateToAsync <InfoViewModel>(settings));
        }