コード例 #1
0
 public void Update(GuestViewModel other)
 {
     Model.Update(other.Model);
 }
コード例 #2
0
 public GuestViewModel(GuestViewModel other)
 {
     Model = new Guest(other.Model);
     AttachEvents();
 }