Commit d78116c8 刘韬

1

1 个父辈 c6b48157
...@@ -106,6 +106,7 @@ public static class NeoX ...@@ -106,6 +106,7 @@ public static class NeoX
} }
catch (Exception ex) catch (Exception ex)
{ {
Debug.WriteLine(ex);
return false; return false;
} }
} }
......
...@@ -275,7 +275,7 @@ namespace Asa ...@@ -275,7 +275,7 @@ namespace Asa
eyemImageFree(ref eyem); eyemImageFree(ref eyem);
return n; return n;
} }
private static string GetTemplateFile(string path) public static string GetTemplateFile(string path)
{ {
try try
{ {
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!