11 lines
126 B
C#
11 lines
126 B
C#
|
using System;
|
|||
|
using System.Threading;
|
|||
|
|
|||
|
namespace BlueWest.Core.Threading
|
|||
|
{
|
|||
|
public static class Threads
|
|||
|
{
|
|||
|
|
|||
|
|
|||
|
}
|
|||
|
}
|