C# Class PhotoSharingApp.Universal.ViewModels.AboutViewModel

The ViewModel for about view.
Inheritance: ViewModelBase
Afficher le fichier Open project: Microsoft/Appsample-Photosharing Class Usage Examples

Méthodes publiques

Méthode Description
AboutViewModel ( IPhotoService photoService, IDialogService dialogService ) : System

The constructor.

LoadState ( ) : System.Threading.Tasks.Task

Loads the state.

Private Methods

Méthode Description
OnCopyUserIdToClipboard ( ) : void

Method Details

AboutViewModel() public méthode

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

LoadState() public méthode

Loads the state.
public LoadState ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task