Sic04/FrameworkLocal/UIClient/CenterViews/Editors/InputFileNameDialogView.xam...

21 lines
457 B
C#

using System.Windows.Controls;
namespace MECF.Framework.UI.Client.CenterViews.Editors
{
/// <summary>
/// InputFileNameDialogView.xaml 的交互逻辑
/// </summary>
public partial class InputFileNameDialogView : UserControl
{
public InputFileNameDialogView()
{
InitializeComponent();
}
private void TextBox_TextChanged(object sender, TextChangedEventArgs e)
{
}
}
}