PIBD-24_Khalikova.A.R_Polyclinic_LabWork_1 #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork_1"
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?
WIP: PIBD-24_Khalikova.A.R_Polyclinic_LabWork_1to PIBD-24_Khalikova.A.R_Polyclinic_LabWork_1Проверено
@ -0,0 +11,4 @@
public int Id { get; private set; }
public int DoctorId { get; private set; }
public DateTime ProfessionalDevelopmentTime { get; private set; }
//public string Description { get; private set; } = string.Empty;
Закомментированного кода быть не должно
@ -0,0 +136,4 @@
private Label label3;
private TextBox textBoxNameDoctor;
private TextBox textBoxName2Doctor;
private Button button1;
У элементов форм, с которыми работаем в логике должны быть логичные имена
@ -0,0 +80,4 @@
private Doctor CreateDoctor(int id) => Doctor.CreateEntity(id, textBoxNameDoctor.Text, textBoxName2Doctor.Text,
(Specialization)comboBoxSpec.SelectedItem!);
private void FormDoctor_Load(object sender, EventArgs e)
Пустых методов быть не должно
Pull request closed