int i=0;private void button1_Click(object sender, EventArgs e){ i++; if(i==5) { MessageBox.Show("您已猜了5次!");return; }}
大声道