|
|
@@ -1,4 +1,5 @@
|
|
|
-using log4net;
|
|
|
+#pragma warning disable CS0436 // 类型与导入类型冲突
|
|
|
+using log4net;
|
|
|
using System;
|
|
|
using System.Collections.Generic;
|
|
|
using System.Runtime.InteropServices;
|
|
|
@@ -6,6 +7,7 @@ using System.Text;
|
|
|
|
|
|
namespace CardApi
|
|
|
{
|
|
|
+
|
|
|
public class ProUsb : CardApi
|
|
|
{
|
|
|
public static readonly ILog log = LogManager.GetLogger("ProUsb");
|