SilverFactorial.LoggedTextBox.WriteFlush C# (CSharp) Méthode

WriteFlush() public méthode

public WriteFlush ( string text ) : void
text string
Résultat void
        public void WriteFlush(string text)
        {
            if (LogToFile) streamWriter.Write(text);
            AddToBox(text);
        }