Booter.Booter.ShowVersion C# (CSharp) 메소드

ShowVersion() 개인적인 정적인 메소드

private static ShowVersion ( ) : void
리턴 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);
        }
    }