ПИбд-23. Гуторов И.А. Лабораторная работа 2 #2

Closed
vasmaae wants to merge 12 commits from LabWork_2 into LabWork_1
Showing only changes of commit e6340b0a54 - Show all commits

View File

@ -51,7 +51,7 @@ namespace PIbd_23_Gutorov_I.A._IT_Company.Forms
return CustomerExecutorReview.CreateElement(
id, (int)comboBoxCustomerExecutorReviewCustomerId.SelectedValue!,
(int)comboBoxCustomerExecutorReviewExecutorId.SelectedValue!,
richTextBoxCustomerExecutorReviewReview.Text,
richTextBoxCustomerExecutorReviewReview.Text,
Convert.ToInt32(numericUpDownCustomerExecutorReviewGrade.Value));
}
}