Правки

This commit is contained in:
nikbel2004@outlook.com 2024-10-22 23:14:09 +04:00
parent 0247578e56
commit de54e31c8b

View File

@ -54,7 +54,7 @@ namespace MyCustomComponents
{ {
get get
{ {
return (checkedListBox.SelectedIndex > -1 && checkedListBox.GetItemChecked(checkedListBox.SelectedIndex)) ? checkedListBox.SelectedIndex.ToString() : string.Empty; return (checkedListBox.SelectedIndex > -1 && checkedListBox.GetItemChecked(checkedListBox.SelectedIndex)) ? checkedListBox.SelectedItem.ToString() : string.Empty;
} }
set set
{ {