心欲呐喊

博客园 首页 新随笔 联系 订阅 管理

昨天我对软件进行了植物网站的添加。

今天我将对软件进行宠物信息的添加。

清屏功能

private void button5_Click(object sender, EventArgs e)
{
textBox2.Text = "";
textBox3.Text = "";
textBox4.Text = "";
textBox5.Text = "";
textBox6.Text = "";
textBox8.Text = "";

}

明天我将继续对宠物信息部分进行修改。

posted on 2018-12-09 07:01  心欲呐喊  阅读(101)  评论(0编辑  收藏  举报