昨天我对软件进行了植物网站的添加。
今天我将对软件进行宠物信息的添加。
清屏功能
private void button5_Click(object sender, EventArgs e)
{
textBox2.Text = "";
textBox3.Text = "";
textBox4.Text = "";
textBox5.Text = "";
textBox6.Text = "";
textBox8.Text = "";
}
明天我将继续对宠物信息部分进行修改。