Since the BaseDialog is an WPF component, it would be nice if there was a way of launching a dialog from a ViewModel without referencing it directly.
This way the user would not be bothered by having to call the BaseDialog() constructor from a STA thread, etc.
Since the BaseDialog is an WPF component, it would be nice if there was a way of launching a dialog from a ViewModel without referencing it directly.
This way the user would not be bothered by having to call the BaseDialog() constructor from a STA thread, etc.