C# WinForm 中 MessageBox的使用详解
1 private void button1_Click(object sender, EventArgs e) 2{ 3 MessageBox.Show(" 1 个参数" 4 ); 5 } 6 7 8 9 10 private void button2_Click(object sende