Beispiel #1
0
 public SentViewModel(IPhantasmaDb phantasmaDb)
 {
     _db      = phantasmaDb;
     SentList = new ObservableCollection <Message>();
 }
Beispiel #2
0
 public InboxViewModel(IPhantasmaDb phantasmaDb)
 {
     _db       = phantasmaDb;
     InboxList = new ObservableCollection <Message>();
 }
Beispiel #3
0
 public MessageDetailViewModel(IPhantasmaDb phantasmaDb)
 {
     _db = phantasmaDb;
 }
 public DraftsViewModel(IPhantasmaDb phantasmaDb)
 {
     _db = phantasmaDb;
 }
 public ComposeViewModel(IPhantasmaDb phantasmaDb)
 {
     _db = phantasmaDb;
 }