コード例 #1
0
 private void save_Click(object sender, EventArgs e)
 {
     laptop.procesor = int.Parse(this.txtProcesor.Text);
     db.SaveChanges();
 }