C# Class CompleteViewModel, Reloaded-II

Inheritance: ObservableObject
Datei anzeigen Open project: Reloaded-Project/Reloaded-II Class Usage Examples

Public Methods

Method 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 method

Closes the window.
public Close ( ) : void
return void

CompleteViewModel() public method

public CompleteViewModel ( FirstLaunchViewModel, firstLaunchViewModel )
firstLaunchViewModel FirstLaunchViewModel,

GoToPreviousPage() public method

Returns to the previous page.
public GoToPreviousPage ( ) : void
return void

OpenDocumentation() public method

Opens the Reloaded documentation.
public OpenDocumentation ( ) : void
return void

OpenUserGuide() public method

Opens the Reloaded user guide.
public OpenUserGuide ( ) : void
return void