static void Cleanup() { #if DEBUG System.Windows.Forms.MessageBox.Show("Bye!"); #endif Console.WriteLine("Bye!"); ServiceManager.StopServices(); }
static void Cleanup() { #if DEBUG MessageBox.Show("Bye!"); #endif Console.WriteLine("Bye!"); ServiceManager.StopServices(); }
private static void Cleanup() { Console.WriteLine("Bye!"); ServiceManager.StopServices(); }