ArtistFolderCreator.Program.ShowHelpfulError C# (CSharp) Méthode

ShowHelpfulError() static private méthode

static private ShowHelpfulError ( string message ) : int
message string
Résultat int
        static int ShowHelpfulError(string message)
        {
            Console.Write("artistfolders: ");
            Console.WriteLine(message);
            Console.ReadLine();
            return 0;
        }