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