C# Class PhotoSharingApp.Universal.ViewModels.ViewModelBase

A base class for ViewModels.
Inheritance: PhotoSharingApp.Universal.ComponentModel.ObservableObjectBase
Mostrar archivo Open project: Microsoft/Appsample-Photosharing

Public Methods

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

Loads the state.

Method Details

LoadState() public method

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