Exemplo n.º 1
0
    public RcpaRadioButton(RadioButton cbValue, String key, bool defaultValue)
    {
      this.cbValue = cbValue;
      this.cbValue.Checked = defaultValue;

      Adaptor = new OptionFileRadioButtonAdaptor(cbValue, key, defaultValue);

      Childrens.Add(cbValue);
    }
Exemplo n.º 2
0
        public RcpaRadioButton(RadioButton cbValue, String key, bool defaultValue)
        {
            this.cbValue         = cbValue;
            this.cbValue.Checked = defaultValue;

            Adaptor = new OptionFileRadioButtonAdaptor(cbValue, key, defaultValue);

            Childrens.Add(cbValue);
        }