fix(3)
This commit is contained in:
parent
ed62ab83c4
commit
935245f319
2
Shipyard/Shipyard/FormDetail.Designer.cs
generated
2
Shipyard/Shipyard/FormDetail.Designer.cs
generated
@ -1,4 +1,4 @@
|
||||
namespace Shipyard
|
||||
namespace ShipyardView
|
||||
{
|
||||
partial class FormDetail
|
||||
{
|
||||
|
@ -3,7 +3,7 @@ using ShipyardContracts.BindingModels;
|
||||
using ShipyardContracts.BusinessLogicsContracts;
|
||||
using ShipyardContracts.SearchModels;
|
||||
|
||||
namespace Shipyard
|
||||
namespace ShipyardView
|
||||
{
|
||||
public partial class FormDetail : Form
|
||||
{
|
||||
|
@ -1,6 +1,5 @@
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Microsoft.VisualBasic.Logging;
|
||||
using Shipyard;
|
||||
using ShipyardContracts.BindingModels;
|
||||
using ShipyardContracts.BusinessLogicsContracts;
|
||||
using System;
|
||||
|
@ -1,5 +1,4 @@
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Shipyard;
|
||||
using ShipyardContracts.BindingModels;
|
||||
using ShipyardContracts.BusinessLogicsContracts;
|
||||
using ShipyardDataModels.Enums;
|
||||
|
@ -1,5 +1,4 @@
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Shipyard;
|
||||
using ShipyardContracts.BindingModels;
|
||||
using ShipyardContracts.BusinessLogicsContracts;
|
||||
using ShipyardContracts.SearchModels;
|
||||
|
@ -1,5 +1,4 @@
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Shipyard;
|
||||
using ShipyardContracts.BindingModels;
|
||||
using ShipyardContracts.BusinessLogicsContracts;
|
||||
using System;
|
||||
|
@ -5,10 +5,9 @@ using ShipyardBusinessLogic.BusinessLogics;
|
||||
using ShipyardContracts.BusinessLogicsContracts;
|
||||
using ShipyardContracts.StoragesContracts;
|
||||
using ShipyardListImplement.Implements;
|
||||
using ShipyardView;
|
||||
using System.Drawing;
|
||||
|
||||
namespace Shipyard
|
||||
|
||||
namespace ShipyardView
|
||||
{
|
||||
internal static class Program
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user