e
This commit is contained in:
parent
ea30177fe1
commit
d381367895
@ -79,6 +79,9 @@ namespace ShoeStore.Forms
|
||||
|
||||
}
|
||||
|
||||
private void comboBoxFactory_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
2
ShoeStore/ShoeStore/Forms/FormShoess.Designer.cs
generated
2
ShoeStore/ShoeStore/Forms/FormShoess.Designer.cs
generated
@ -111,7 +111,7 @@ namespace ShoeStore.Forms
|
||||
Name = "FormShoess";
|
||||
StartPosition = FormStartPosition.CenterParent;
|
||||
Text = "Обувь";
|
||||
Load += FormStores_Load;
|
||||
Load += FormShoess_Load;
|
||||
panel1.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)dataGridViewData).EndInit();
|
||||
ResumeLayout(false);
|
||||
|
@ -116,10 +116,7 @@ namespace ShoeStore.Forms
|
||||
{
|
||||
|
||||
}
|
||||
private void FormStores_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
@ -119,7 +119,7 @@ WHERE Id=@id";
|
||||
try
|
||||
{
|
||||
using var connection = new
|
||||
SqlConnection(_connectionString.ConnectionString);
|
||||
NpgsqlConnection(_connectionString.ConnectionString);
|
||||
var querySelect = "SELECT * FROM Factorys";
|
||||
var factorys = connection.Query<Factory>(querySelect);
|
||||
_logger.LogDebug("Полученные объекты: {json}",
|
||||
|
Loading…
Reference in New Issue
Block a user