|
@@ -34,7 +34,7 @@ namespace PDF_Office.Views.HomePanel.PDFTools
|
|
private List<ToolItem> quickTools = null;
|
|
private List<ToolItem> quickTools = null;
|
|
private List<ToolItem> allTools = null;
|
|
private List<ToolItem> allTools = null;
|
|
private List<ToolItem> moreTools = null;
|
|
private List<ToolItem> moreTools = null;
|
|
- PDFTools PDFtools;
|
|
|
|
|
|
+ PDFToolsHelper PDFtools;
|
|
|
|
|
|
private string fileName = string.Empty;
|
|
private string fileName = string.Empty;
|
|
private BitmapSource bitmapSource = null;
|
|
private BitmapSource bitmapSource = null;
|
|
@@ -47,7 +47,7 @@ namespace PDF_Office.Views.HomePanel.PDFTools
|
|
public PDFToolsContent()
|
|
public PDFToolsContent()
|
|
{
|
|
{
|
|
InitializeComponent();
|
|
InitializeComponent();
|
|
- PDFtools = new PDFTools();
|
|
|
|
|
|
+ PDFtools = new PDFToolsHelper();
|
|
|
|
|
|
|
|
|
|
#region ListBox
|
|
#region ListBox
|