コード例 #1
0
        private void OnClassOfFieldChanged(object sender, EventArgs e)
        {
            Field f = CurrentField;

            ViewTemplate.MoveToLastInClass(f);
            LoadInventory();             // show it in its new location
            MakeFieldTheSelectedOne(f);
            ReportEdit(
                StringCatalog.Get("Set class of field '{0}'",
                                  "Checkin description when setting the kind of field in WeSay Configuration Tool."),
                f.Key);
        }