private void btnMoveUp_Click(object sender, EventArgs e) { Field f = CurrentField; ViewTemplate.MoveUpInClass(CurrentField); LoadInventory(); MakeFieldTheSelectedOne(f); ReportEdit(StringCatalog.Get("Adjusted field order", "Checkin description when moving a field in WeSay Configuration Tool.")); }