能力值:
( LV5,RANK:78 )
|
-
-
2 楼
|
能力值:
( LV2,RANK:10 )
|
-
-
3 楼
感谢2楼,我测试看看。
|
能力值:
( LV2,RANK:10 )
|
-
-
4 楼
2------: // Ufida.T.EAP.Dog.Service.HardEncService
public bool IsHasDog(VersionTypeEnum versionType)
{
object syncRoot = HardEncService.hashtable_0.SyncRoot;
object obj = syncRoot;
bool result;
lock (obj)
{
HardEncService.smethod_5();
if (HardEncService.hashtable_0.Contains("IHD"))
{
result = (((HashValue_st)HardEncService.hashtable_0["IHD"]).nAuth == 109);
}
else
{
bool flag2;
if (flag2 = ReadHardDog.m_ProductAuth.HasDog)
{
flag2 = (this.IsTDog() || this.method_0(versionType));
}
if (flag2)
{
HardEncService.smethod_0("IHD", 0, 109, null);
}
else
{
HardEncService.smethod_0("IHD", 0, 0, null);
}
if (this.CompareTimeRes() > 0)
{
result = false;
}
else
{
result = flag2;
}
}
}
return result;
}
|
|
|