Use full name instead of import
This commit is contained in:
parent
618fa1f6e0
commit
67eb77dcb6
@ -9,7 +9,6 @@ using System.Threading;
|
||||
using System.Windows.Forms;
|
||||
using Toolbox.Library.Forms;
|
||||
using Toolbox.Library;
|
||||
using Toolbox.Library.Security.Cryptography;
|
||||
|
||||
namespace Toolbox
|
||||
{
|
||||
@ -74,7 +73,7 @@ namespace Toolbox
|
||||
else if (type == "SARC")
|
||||
return NameHash(text);
|
||||
else if (type == "MMH3")
|
||||
return MurMurHash3.Hash(text);
|
||||
return Toolbox.Library.Security.Cryptography.MurMurHash3.Hash(text);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user