Class which manages the retrospection window & server
Пример #1
0
 /// <summary>
 /// Singleton
 /// </summary>
 /// <returns></returns>
 public static Handler GetInstance()
 {
     return _handler ?? (_handler = new Handler());
 }