AdvancedLauncher.App.PrintHeader C# (CSharp) Метод

PrintHeader() публичный статический Метод

public static PrintHeader ( ) : void
Результат void
        public static void PrintHeader()
        {
            LOGGER.Info("Digimon Masters Online Advanced Launcher, Copyright (C) 2015 Egorov Ilya" + System.Environment.NewLine +
                "This program comes with ABSOLUTELY NO WARRANTY; for details type `license'." + System.Environment.NewLine +
                "This is free software, and you are welcome to redistribute it" + System.Environment.NewLine +
                "under certain conditions; type `license' for details." + System.Environment.NewLine);
        }