private void clear() { bibRecordsCurrent = new BibTeXRecordsCollection(); bibRecordsReference = new BibTeXRecordsCollection(); bibEntryContent = new BibTeXEntryContent(); styleCollection = new StyleCollection(); listViewEntires.Items.Clear(); }
public GUI() { InitializeComponent(); texFile = new FileManager(); bibFile = new FileManager(); bibRecordsCurrent = new BibTeXRecordsCollection(); bibRecordsReference = new BibTeXRecordsCollection(); isFilesOpened = false; gridViewEntryDetail.EditMode = DataGridViewEditMode.EditOnEnter; bibEntryContent = new BibTeXEntryContent(); styleCollection = new StyleCollection(); styleInterpreter = new StyleInterpreter(Path.GetDirectoryName(Assembly.GetEntryAssembly().Location) + @"\Style.xml"); }