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