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