Пример #1
0
        public UserControlDescrette()
        {
            InitializeComponent();

            _chkBoxes = new List<CheckBox>() { chk0, chk1, chk2, chk3, chk4, chk5, chk6, chk7 };
            _rButtons = new List<RadioButton>() { null, rb2, null, rb4, null, rb6, null, rb8 };

            #if DEBUG
            _countBinarySelector = ActiveBits._4 | ActiveBits._6;
            #endif
        }
Пример #2
0
        public UserControlDescrette()
        {
            InitializeComponent();

            _chkBoxes = new List <CheckBox>()
            {
                chk0, chk1, chk2, chk3, chk4, chk5, chk6, chk7
            };
            _rButtons = new List <RadioButton>()
            {
                null, rb2, null, rb4, null, rb6, null, rb8
            };

#if DEBUG
            _countBinarySelector = ActiveBits._4 | ActiveBits._6;
#endif
        }