C# Class PhotoSharingApp.Universal.ViewModels.WelcomeViewModel

ViewModel for Welcome screen.
Inheritance: ViewModelBase
Mostrar archivo Open project: Microsoft/Appsample-Photosharing Class Usage Examples

Public Methods

Method Description
LoadState ( ) : System.Threading.Tasks.Task

Loads the state.

WelcomeViewModel ( INavigationFacade navigationFacade ) : System

Initializes a new instance of the WelcomeViewModel class.

Private Methods

Method Description
InitializeInstructionItems ( ) : void
OnNavigateToTargetPage ( InstructionItem instructionItem ) : void

Method Details

LoadState() public method

Loads the state.
public LoadState ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

WelcomeViewModel() public method

Initializes a new instance of the WelcomeViewModel class.
public WelcomeViewModel ( INavigationFacade navigationFacade ) : System
navigationFacade INavigationFacade The navigation facade.
return System