Beispiel #1
0
 public StartMenuDocument(VmcStudioApp app)
 {
     this.app     = app;
     this.Name    = "Start Menu";
     this.IsDirty = this.app.StartMenuManager.IsDirty;
     this.app.StartMenuManager.PropertyChanged += new PropertyChangedEventHandler(this.StartMenuManager_PropertyChanged);
 }
 public ThemeSelectionDocument(VmcStudioApp app)
 {
     this.ThemeManager = app.ThemeManager;
     this.Name         = "Themes";
 }