RecipeData.cs移至MECF.Framework.UI.Client.RecipeEditorLib.RecipeModel

This commit is contained in:
DESKTOP-GPE37UV\THINKAPD 2023-03-30 14:57:46 +08:00
parent 4836a99498
commit ef9d21f559
5 changed files with 5 additions and 2 deletions

View File

@ -14,6 +14,7 @@ using MECF.Framework.Common.DataCenter;
using MECF.Framework.UI.Client.CenterViews.Editors.Recipe;
using MECF.Framework.UI.Client.CenterViews.Editors.Sequence;
using MECF.Framework.UI.Client.ClientBase;
using MECF.Framework.UI.Client.RecipeEditorLib.RecipeModel;
using OpenSEMI.ClientBase;
using OpenSEMI.ClientBase.Command;
using RecipeEditorLib.DGExtension.CustomColumn;

View File

@ -16,7 +16,7 @@ using RecipeEditorLib.DGExtension.CustomColumn;
using RecipeEditorLib.RecipeModel.Params;
using Sicentury.Core;
namespace MECF.Framework.UI.Client.CenterViews.Editors.Recipe
namespace MECF.Framework.UI.Client.RecipeEditorLib.RecipeModel
{
public class RecipeData : PropertyChangedBase
{

View File

@ -742,7 +742,7 @@
<Compile Include="RecipeEditorLib\RecipeModel\Params\StepParam.cs" />
<Compile Include="RecipeEditorLib\RecipeModel\Params\StringParam.cs" />
<Compile Include="CenterViews\Editors\Recipe\RecipeFormatBuilder.cs" />
<Compile Include="CenterViews\Editors\Recipe\RecipeData.cs" />
<Compile Include="RecipeEditorLib\RecipeModel\RecipeData.cs" />
<Compile Include="CenterViews\Editors\Recipe\RecipeEditorView.xaml.cs">
<DependentUpon>RecipeEditorView.xaml</DependentUpon>
</Compile>

View File

@ -18,6 +18,7 @@ using Caliburn.Micro.Core;
using System.Windows.Media;
using SicUI.Client;
using System.Windows.Threading;
using MECF.Framework.UI.Client.RecipeEditorLib.RecipeModel;
using SicUI.Controls;
namespace SicUI.Models.PMs

View File

@ -27,6 +27,7 @@ using System.Windows.Threading;
using Aitex.Core.Util;
using MECF.Framework.Common.OperationCenter;
using MECF.Framework.UI.Client.CenterViews.Configs.Roles;
using MECF.Framework.UI.Client.RecipeEditorLib.RecipeModel;
using Sicentury.Core;
using Action = System.Action;
using DataGridCellEditEndingEventArgs = ExtendedGrid.Microsoft.Windows.Controls.DataGridCellEditEndingEventArgs;