C# Class PhotoSharingApp.Universal.ViewModels.AboutViewModel

The ViewModel for about view.
Inheritance: ViewModelBase
Mostrar archivo Open project: Microsoft/Appsample-Photosharing Class Usage Examples

Public Methods

Method Description
AboutViewModel ( IPhotoService photoService, IDialogService dialogService ) : System

The constructor.

LoadState ( ) : System.Threading.Tasks.Task

Loads the state.

Private Methods

Method Description
OnCopyUserIdToClipboard ( ) : void

Method Details

AboutViewModel() public method

The constructor.
public AboutViewModel ( IPhotoService photoService, IDialogService dialogService ) : System
photoService IPhotoService The photo service.
dialogService IDialogService The dialog service.
return System

LoadState() public method

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