PIbd-22_Gerimovich.I.M._Furniture_Assembly_LabWork5base #8

Closed
Gerimovich_Ilya wants to merge 5 commits from lab5base into lab4base
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 13ffe5732e - Show all commits

View File

@ -10,6 +10,8 @@ namespace FurnitureAssemblyContracts.SearchModels
public class ClientSearchModel
{
public int? Id { get; set; }
public string? ClientFIO { get; set; }
public string? Email { get; set; }

View File

@ -78,6 +78,7 @@
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "FormClients";
this.Text = "Клиенты";
this.Load += new System.EventHandler(this.FormClients_Load);
this.Click += new System.EventHandler(this.FormClients_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
this.ResumeLayout(false);