|
@@ -536,6 +536,14 @@ namespace ComPDFKit.Controls.Comparison
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ public void OpenOldFile(CPDFDocument document)
|
|
|
+ {
|
|
|
+ OldDocument = document;
|
|
|
+ int select = AddOldFileList(OldDocument.FileName, document.FilePath);
|
|
|
+ OldFileComboBox.SelectedIndex = select;
|
|
|
+ InitOldDocument();
|
|
|
+ }
|
|
|
+
|
|
|
private void BrowseNewBtn_Click(object sender, RoutedEventArgs e)
|
|
|
{
|
|
|
string pdfFile = GetChoosePdf();
|