public Bookmarks(BookMark _book, int _books, bool data) { InitializeComponent(); profileId = _books; bookmarks = ElementsEditor.configs.profiles[profileId].bookmarks; }
public Bookmarks(BookMark _book, int _books) { InitializeComponent(); book = _book; profileId = _books; bookmarks = ElementsEditor.configs.profiles[profileId].bookmarks; bookmarks.Add(_book); }