清空界面输入的内容,帮忙看看我的代码的问题在哪儿,那是没有执行!
void ClearForm() { foreach (Control c in this.Controls) { if ((c is TextBox) || (c is RichTextBox)) { c.(str