public CustomParameter(string x, PluginData.Numerical pd, SettingHandler sh) { name = x; plugDat = pd; setH = sh; property = setH.GetKey(prefix + "prop_" + name, ""); compareValue = setH.GetKey(prefix + "comp_" + name, ""); }