|
@@ -11,7 +11,7 @@ namespace WCS.Core
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
public static class Ltc
|
|
public static class Ltc
|
|
|
{
|
|
{
|
|
|
- private static ConcurrentDictionary<Thread, string> Channels = new ConcurrentDictionary<Thread, string>();
|
|
|
|
|
|
|
+ private static readonly ConcurrentDictionary<Thread, string> Channels = new();
|
|
|
|
|
|
|
|
public static void SetChannel(string channel)
|
|
public static void SetChannel(string channel)
|
|
|
{
|
|
{
|