CClash.Program.AppendStdout C# (CSharp) 메소드

AppendStdout() 정적인 개인적인 메소드

static private AppendStdout ( string str ) : void
str string
리턴 void
        static void AppendStdout(string str)
        {
            MainStdOut.Append(str);
        }