完全清除Resource依赖, 目前可以直接使用源码
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Reflection;
|
||||
using Flee.InternalTypes;
|
||||
using Flee.Resources;
|
||||
|
||||
namespace Flee.PublicTypes
|
||||
{
|
||||
@@ -278,7 +277,7 @@ namespace Flee.PublicTypes
|
||||
Utility.AssertNotNull(importNamespace, "importNamespace");
|
||||
if (importNamespace.Length == 0)
|
||||
{
|
||||
string msg = Utility.GetGeneralErrorMessage(GeneralErrorResourceKeys.InvalidNamespaceName);
|
||||
string msg = Utility.GetGeneralErrorMessage("InvalidNamespaceName");
|
||||
throw new ArgumentException(msg);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user