Class which manages the retrospection window & server
Exemplo n.º 1
0
 /// <summary>
 /// Singleton
 /// </summary>
 /// <returns></returns>
 public static Handler GetInstance()
 {
     return _handler ?? (_handler = new Handler());
 }