Code rearrange

This commit is contained in:
Matt Nadareski
2019-04-11 22:06:07 -07:00
parent 414df7808e
commit a726fc26d9

View File

@@ -323,6 +323,11 @@ namespace NDecrypt.Data
public const int CXTExtendedDataHeaderLength = 0x800;
#endregion
/// <summary>
/// Represents if all of the keys have been initialized properly
/// </summary>
public static bool IsReady { get; private set; }
/// <summary>
@@ -369,7 +374,5 @@ namespace NDecrypt.Data
IsReady = true;
}
#endregion
}
}