Fixes
This commit is contained in:
parent
7f0c80ff0c
commit
be2156c59a
1
ComputersShop/FormComponents.Designer.cs
generated
1
ComputersShop/FormComponents.Designer.cs
generated
@ -98,6 +98,7 @@
|
|||||||
this.Controls.Add(this.dataGridView);
|
this.Controls.Add(this.dataGridView);
|
||||||
this.Name = "FormComponents";
|
this.Name = "FormComponents";
|
||||||
this.Text = "Form1";
|
this.Text = "Form1";
|
||||||
|
this.Load += new System.EventHandler(this.FormComponents_Load);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
|
1
ComputersShop/FormComputers.Designer.cs
generated
1
ComputersShop/FormComputers.Designer.cs
generated
@ -97,6 +97,7 @@
|
|||||||
this.Controls.Add(this.dataGridView);
|
this.Controls.Add(this.dataGridView);
|
||||||
this.Name = "FormComputers";
|
this.Name = "FormComputers";
|
||||||
this.Text = "FormComputers";
|
this.Text = "FormComputers";
|
||||||
|
this.Load += new System.EventHandler(this.FormComputers_Load);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ namespace ComputersShop
|
|||||||
_logic = logic;
|
_logic = logic;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void FormDocuments_Load(object sender, EventArgs e)
|
private void FormComputers_Load(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
LoadData();
|
LoadData();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user