Example #1
0
 public ConfirmRemovalDialog(MetroWindow owner) : this()
 {
     _owner = owner.MustNotBeNull(nameof(owner));
 }
Example #2
0
 public NewItemDialog(MetroWindow owner) : this()
 {
     _owner = owner.MustNotBeNull(nameof(owner));
 }