Advtools.AdvInterceptor.Program.ShowInformation C# (CSharp) Метод

ShowInformation() приватный статический Метод

private static ShowInformation ( ) : void
Результат void
        private static void ShowInformation()
        {
            Console.WriteLine("ADVinterceptor version 2.0");
            Console.WriteLine("Copyright (c) 2011 ADVTOOLS - www.advtools.com");
            Console.WriteLine();
        }