PIbd-22_Gerimovich.I.M._Furniture_Assembly_LabWork5base #8
@ -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; }
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user