SilverFactorial.LoggedTextBox.WriteFlush C# (CSharp) 메소드

WriteFlush() 공개 메소드

public WriteFlush ( string text ) : void
text string
리턴 void
        public void WriteFlush(string text)
        {
            if (LogToFile) streamWriter.Write(text);
            AddToBox(text);
        }