Beispiel #1
0
    public LibraryViewModel(IEventAggregator e)
    {
      eventAggregator = e;

      library = new Release();
      Description = "Initialize application";
      DisplayName = "Library";
    }
Beispiel #2
0
 // TODO: Move to background thread
 public void LoadLibrary()
 {
   library = new Release(LibraryPath);
 }