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