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