VM.PrintVersion C# (CSharp) Method

PrintVersion() static private method

static private PrintVersion ( ) : void
return void
    static void PrintVersion()
    {
        if( printVersion )
            Console.WriteLine( "SGSVM.NET [SGScript v{0}]", NI.Version );
    }