浏览代码

compdfkit(win) - 去除错误的命名空间

liuaoran 1 年之前
父节点
当前提交
4d90088361
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      Demo/Examples/PDFViewer/App.xaml

+ 1 - 2
Demo/Examples/PDFViewer/App.xaml

@@ -1,7 +1,6 @@
 <Application x:Class="PDFViewer.App"
              xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
-             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
-             xmlns:local="clr-namespace:compdfkit"
+             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
              xmlns:common="clr-namespace:Compdfkit_Tools.Common;assembly=Compdfkit_Tools"
              StartupUri="MainWindow.xaml">
     <Application.Resources>