public static void kill() { timer.Stop(); instance = null; }
public static void disableSecurity() { if (instance == null) { instance = new WhiteRabbitObj(); } }