Beispiel #1
0
        private static object[] _comboBoxItems; // Список значений для комбо-бокса

        #endregion Fields

        #region Constructors

        public Gamma(int itemIndex, string key)
        {
            _gammaId = ((ComboBoxItem<GammaId>) ComboBoxItems[itemIndex]).HiddenValue;
            _key = key;
        }
Beispiel #2
0
 public Gamma(int itemIndex, string key)
 {
     _gammaId = ((ComboBoxItem <GammaId>)ComboBoxItems[itemIndex]).HiddenValue;
     _key     = key;
 }