public ConfirmRemovalDialog(MetroWindow owner) : this() { _owner = owner.MustNotBeNull(nameof(owner)); }
public NewItemDialog(MetroWindow owner) : this() { _owner = owner.MustNotBeNull(nameof(owner)); }