15 lines
308 B
C#
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();
|
|
}
|
|
}
|
|
} |