[C#]Invoke 簡單用法

        Invoke((new Action(() =>
        {
            richTextBox1.AppendText(message);
        })));

發佈留言