Akane.Form.printLog C# (CSharp) Méthode

printLog() public méthode

public printLog ( string str ) : void
str string
Résultat void
        public void printLog(string str)
        {
            textBox6.Text += "[" + DateTime.Now.ToString("HH:mm:ss") + "] " + str + "\r\n";
        }