Constructor RelayCommand
RelayCommand(Action)
Initializes a new instance of the LicenseDialog class that can always execute.
public RelayCommand(Action action)
Parameters
actionActionThe execution logic.
Initializes a new instance of the LicenseDialog class that can always execute.
public RelayCommand(Action action)
action ActionThe execution logic.