Beispiel #1
0
 private void btnActive_Click(object sender, EventArgs e)
 {
     country.SetStatusId(country, "Active");
     RefreshGrid();
 }