fix #3

Merged
ns.potapov merged 1 commits from lab2_fix_fix into lab2_fix 2024-11-28 14:28:39 +04:00
Collaborator
No description provided.
ker73rus added 1 commit 2024-11-28 13:19:33 +04:00
ns.potapov reviewed 2024-11-28 13:32:21 +04:00
@ -2,10 +2,23 @@
namespace Components
{
public enum Types : int
Owner

Зачем так усложнять? Договорились же ошибку кидать, иначе мы будем за пользователя решать что исключить, а это может быть не интуитивно понятно

Зачем так усложнять? Договорились же ошибку кидать, иначе мы будем за пользователя решать что исключить, а это может быть не интуитивно понятно
@ -34,0 +49,4 @@
get
{
List<string> list = new List<string>();
foreach(var item in checkedListBox.CheckedItems )
Owner

Тут можно тогда просто checkedListBox.CheckedItems возвращать

Тут можно тогда просто checkedListBox.CheckedItems возвращать
ns.potapov merged commit 062f92babb into lab2_fix 2024-11-28 14:28:39 +04:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ns.potapov/PIbd-31_PotapovNS_COP_20#3
No description provided.