using System.Windows.Controls; namespace VirgoUI.Client.Controls.Parts { /// /// Foup.xaml 的交互逻辑 /// public partial class Foup : UserControl { public Foup() { InitializeComponent(); } } }