Последние исправления
This commit is contained in:
parent
4711030502
commit
b47145d595
@ -106,6 +106,7 @@
|
|||||||
Name = "FormComponent";
|
Name = "FormComponent";
|
||||||
StartPosition = FormStartPosition.CenterScreen;
|
StartPosition = FormStartPosition.CenterScreen;
|
||||||
Text = "Компонент";
|
Text = "Компонент";
|
||||||
|
Load += FormComponent_Load;
|
||||||
ResumeLayout(false);
|
ResumeLayout(false);
|
||||||
PerformLayout();
|
PerformLayout();
|
||||||
}
|
}
|
||||||
|
@ -3,8 +3,6 @@ using IceCreamShopContracts.BusinessLogicsContracts;
|
|||||||
using IceCreamShopContracts.SearchModels;
|
using IceCreamShopContracts.SearchModels;
|
||||||
using IceCreamShopContracts.ViewModels;
|
using IceCreamShopContracts.ViewModels;
|
||||||
using Microsoft.Extensions.Logging;
|
using Microsoft.Extensions.Logging;
|
||||||
using Microsoft.VisualBasic.Logging;
|
|
||||||
using System.Windows.Forms;
|
|
||||||
|
|
||||||
namespace IceCreamShopView
|
namespace IceCreamShopView
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user