コード例 #1
0
 protected void btDelete_Click(object sender, EventArgs e)
 {
     _accEntity.Delete(_accountID);
     this.RedirectToIndex();
 }