Последние исправления
This commit is contained in:
parent
4711030502
commit
b47145d595
@ -106,6 +106,7 @@
|
||||
Name = "FormComponent";
|
||||
StartPosition = FormStartPosition.CenterScreen;
|
||||
Text = "Компонент";
|
||||
Load += FormComponent_Load;
|
||||
ResumeLayout(false);
|
||||
PerformLayout();
|
||||
}
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user