Method | Description | |
---|---|---|
MainWindowViewModel ( |
Initializes a new MainWindowViewModel instance.
|
|
OnActivateAsync ( ) : System.Threading.Tasks.Task |
Is called when the view model is created. Initializes the commands of the view model.
|
public MainWindowViewModel ( |
||
applicationService | The application service, which can be used to manage the application lifecycle. | |
return | System.Threading.Tasks |
public OnActivateAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |