Mono.Tools.CertSync.WriteLine C# (CSharp) Method

WriteLine() static private method

static private WriteLine ( string str ) : void
str string
return void
        static void WriteLine(string str)
        {
            if (!quiet)
                Console.WriteLine (str);
        }