mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-19 19:29:15 +12:00
Add Thread-Safe Lists, and make all list access thread-safe
This commit is contained in:
parent
900fe0d48a
commit
40c34ac030
24 changed files with 111 additions and 44 deletions
|
@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
|
|||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.7.121.0")]
|
||||
[assembly: AssemblyFileVersion("1.7.121.0")]
|
||||
[assembly: AssemblyVersion("1.7.123.0")]
|
||||
[assembly: AssemblyFileVersion("1.7.123.0")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue