using System.Windows.Controls; namespace RIZO.Client.MainModule.Views { /// /// Interaction logic for UserControl1.xaml /// public partial class TreeMenuView : UserControl { public TreeMenuView() { InitializeComponent(); } } }