ПИбд-23 Насыров Артур Газинурович Лабораторная работа №7 #12
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lab7"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Проверено
@ -205,0 +235,4 @@
modelBuilder.Entity("FlowerShopDatabaseImplement.Models.MessageInfo", b =>
{
b.HasOne("FlowerShopDatabaseImplement.Models.Client", "Client")
.WithMany()
Связь настроена не до конца
@ -0,0 +49,4 @@
ClientSize = new Size(800, 450);
Controls.Add(dataGridView);
Name = "ViewMailForm";
Text = "ViewMailForm";
Заголовок формы оформлен неверно
Pull request closed