C# Class PlayStation_Gui.Views.Shell

Inheritance: Windows.UI.Xaml.Controls.Page, INotifyPropertyChanged
Mostra file Open project: drasticactions/Pureisuteshon-App Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
SetBusy ( bool busy, string text = null ) : void
SetNav ( INavigationService navigationService ) : void
Shell ( INavigationService navigationService ) : System.ComponentModel

Method Details

SetBusy() public static method

public static SetBusy ( bool busy, string text = null ) : void
busy bool
text string
return void

SetNav() public method

public SetNav ( INavigationService navigationService ) : void
navigationService INavigationService
return void

Shell() public method

public Shell ( INavigationService navigationService ) : System.ComponentModel
navigationService INavigationService
return System.ComponentModel