第二阶段第八次spring会议

时间:2024-08-22 11:37:08

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

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

清屏功能

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

}

第二阶段第八次spring会议

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