Ejemplo n.º 1
0
 public AddBookmarkTableMenu(Authenticator authenticator, TableSmartSetBrowserViewModel browser)
 {
     this.authenticator  = authenticator;
     this.browser        = browser;
     this.Icon           = "Images/star.png";
     this.DisplayName    = Resources.MenuItem_AddToBookmark;
     this.HideOnDisabled = true;
 }
Ejemplo n.º 2
0
 public BookmarkTableCategoryTreeViewItemViewModel(string path, TableSmartSetBrowserViewModel browser)
     : base(path, browser)
 {
 }
 public BookmarkTableRootTreeViewItemViewModel(TableSmartSetBrowserViewModel browser)
     : base(browser)
 {
 }