using System.Collections.Generic; using System.Windows; namespace NeoUITest { /// /// ControlTestWindow.xaml 的交互逻辑 /// public partial class ControlTestWindow { public ControlTestWindow() { InitializeComponent(); } } }