Exemplo n.º 1
0
        private void zodiakSave()
        {
            var keys = from entry in _showMainWindow.zodiacListRu
                       where entry.Value == comboBox.SelectedItem.ToString()
                       select entry.Key;

            foreach (var value in keys)
            {
                _showMainWindow.currentZodiac = value;
                _showMainWindow.writeTextBlock(value);
            }
        }