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