C# Class CompleteViewModel, Reloaded-II

Inheritance: ObservableObject
Afficher le fichier Open project: Reloaded-Project/Reloaded-II Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void

Closes the window.

CompleteViewModel ( FirstLaunchViewModel, firstLaunchViewModel )
GoToPreviousPage ( ) : void

Returns to the previous page.

OpenDocumentation ( ) : void

Opens the Reloaded documentation.

OpenUserGuide ( ) : void

Opens the Reloaded user guide.

Method Details

Close() public méthode

Closes the window.
public Close ( ) : void
Résultat void

CompleteViewModel() public méthode

public CompleteViewModel ( FirstLaunchViewModel, firstLaunchViewModel )
firstLaunchViewModel FirstLaunchViewModel,

GoToPreviousPage() public méthode

Returns to the previous page.
public GoToPreviousPage ( ) : void
Résultat void

OpenDocumentation() public méthode

Opens the Reloaded documentation.
public OpenDocumentation ( ) : void
Résultat void

OpenUserGuide() public méthode

Opens the Reloaded user guide.
public OpenUserGuide ( ) : void
Résultat void