public SpecialGuestsModel(LunchClubModel clubModel)
 {
     this.clubModel          = clubModel;
     addModel.requestClose  += addModel_requestClose;
     editModel.requestClose += editModel_requestClose;
     if (file.additionalText != null)
     {
         additionalText = file.additionalText;
     }
     //PropertyChanged(this, new PropertyChangedEventArgs("guestList"));
 }
示例#2
0
 public LunchClubMailerWPF(LunchClubModel model)
 {
     InitializeComponent();
     this.model       = model;
     this.DataContext = model;
 }