merge LabWork_1 to LabWork_2 for sync

This commit is contained in:
Ivan Gutorov 2024-12-05 06:29:53 +04:00
commit e6340b0a54

View File

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