Example #1
0
 /// <summary>
 /// Static constructor that gets 
 ///called only once during the application's lifetime.
 /// </summary>
 static PoolManager()
 {
     poolInstance = new PoolManager();
 }