public static void Main(string[] args) { Centurion.ResetConsoleColours(true); Centurion centurion = new Centurion(); centurion.Start(); }
/// <summary> /// Stops the flashing. /// </summary> public void StopFlashing() { if (this.Thread.IsAlive) { this.Thread.Abort(); } Centurion.ResetConsoleColours(true); }