Ejemplo n.º 1
0
        private bool[] ctrlset; // holds current state of each control above

        private bool IsSet(CtrlList v)
        {
            return(ctrlset[(int)v]);
        }
Ejemplo n.º 2
0
        protected virtual bool DefaultSetting(CtrlList e)
        {
            bool def = true;

            return(def);
        }