Beispiel #1
0
 private void btnSave_Click(object sender, EventArgs e)
 {
     country.Save(country);
     RefreshGrid();
     ClearSurface();
 }