📜  C# 多按钮单击事件到文本框 - C# 代码示例

📅  最后修改于: 2022-03-11 14:49:22.381000             🧑  作者: Mango

代码示例1
textBox1.Text += (sender as Button).Text;