PIbd-21. Rodionov I.A. Lab work 01 #1

Closed
ILRodionov wants to merge 2 commits from lab1_base into main
2 changed files with 1 additions and 2 deletions
Showing only changes of commit b47145d595 - Show all commits

View File

@ -106,6 +106,7 @@
Name = "FormComponent";
StartPosition = FormStartPosition.CenterScreen;
Text = "Компонент";
Load += FormComponent_Load;
ResumeLayout(false);
PerformLayout();
}

View File

@ -3,8 +3,6 @@ using IceCreamShopContracts.BusinessLogicsContracts;
using IceCreamShopContracts.SearchModels;
using IceCreamShopContracts.ViewModels;
using Microsoft.Extensions.Logging;
using Microsoft.VisualBasic.Logging;
using System.Windows.Forms;
namespace IceCreamShopView
{