2025-04-01 13:41:50 +08:00

15 lines
308 B
C#

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