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; }
public BookmarkTableCategoryTreeViewItemViewModel(string path, TableSmartSetBrowserViewModel browser) : base(path, browser) { }
public BookmarkTableRootTreeViewItemViewModel(TableSmartSetBrowserViewModel browser) : base(browser) { }