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