MoS2/Framework/MECF.Framework.UI.Client/CenterViews/Editors/Recipe/SaveToDialogView.xaml.cs

17 lines
349 B
C#
Raw Permalink Normal View History

2026-06-15 10:56:30 +08:00
using System.Windows.Controls;
namespace MECF.Framework.UI.Client.CenterViews.Editors.Recipe
{
/// <summary>
/// InputFileNameDialogView.xaml 的交互逻辑
/// </summary>
public partial class SaveToDialogView : UserControl
{
public SaveToDialogView()
{
InitializeComponent();
}
}
}