Готовая 5 лаба

This commit is contained in:
platoff aeeee 2024-05-22 11:10:46 +04:00
parent de4b7c8c07
commit 13ffe5732e
2 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,8 @@ namespace FurnitureAssemblyContracts.SearchModels
public class ClientSearchModel public class ClientSearchModel
{ {
public int? Id { get; set; } public int? Id { get; set; }
public string? ClientFIO { get; set; }
public string? Email { 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.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "FormClients"; this.Name = "FormClients";
this.Text = "Клиенты"; this.Text = "Клиенты";
this.Load += new System.EventHandler(this.FormClients_Load);
this.Click += new System.EventHandler(this.FormClients_Load); this.Click += new System.EventHandler(this.FormClients_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
this.ResumeLayout(false); this.ResumeLayout(false);