Booter.Booter.ShowVersion C# (CSharp) Method

ShowVersion() private static method

private static ShowVersion ( ) : void
return void
        private static void ShowVersion ()
        {
            Console.WriteLine ("Banshee {0} ({1}) http://banshee.fm", Application.DisplayVersion, Application.Version);
            Console.WriteLine ("Copyright 2005-{0} Novell, Inc. and Contributors.", DateTime.Now.Year);
        }
    }