Exemplo n.º 1
0
 public static void kill()
 {
     timer.Stop();
     instance = null;
 }
Exemplo n.º 2
0
 public static void disableSecurity()
 {
     if (instance == null)
     {
         instance = new WhiteRabbitObj();
     }
 }