fix #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lab2_fix_fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -2,10 +2,23 @@
namespace Components
{
public enum Types : int
Зачем так усложнять? Договорились же ошибку кидать, иначе мы будем за пользователя решать что исключить, а это может быть не интуитивно понятно
@ -34,0 +49,4 @@
get
{
List<string> list = new List<string>();
foreach(var item in checkedListBox.CheckedItems )
Тут можно тогда просто checkedListBox.CheckedItems возвращать