心欲呐喊

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

昨天我对宠物信息进行了添加和调整。

今天我将继续对宠物信息添加保存按钮。

private void button2_Click(object sender, EventArgs e)
{
Settings.Default.aa = this.textBox2.Text;
Settings.Default.bb = this.textBox3.Text;
Settings.Default.cc = this.textBox4.Text;
Settings.Default.dd = this.textBox5.Text;
Settings.Default.ee = this.textBox6.Text;
Settings.Default.ff = this.textBox8.Text;
Settings.Default.Save();
}

 

posted on 2018-12-11 06:59  心欲呐喊  阅读(115)  评论(0编辑  收藏  举报