16 lines
292 B
Plaintext
16 lines
292 B
Plaintext
|
|
using DTS.Common.Interface;
|
||
|
|
|
||
|
|
namespace DTS.Viewer
|
||
|
|
{
|
||
|
|
/// <summary>
|
||
|
|
/// Interaction logic for MenuView.xaml
|
||
|
|
/// </summary>
|
||
|
|
public partial class MenuView : IMenuView
|
||
|
|
{
|
||
|
|
public MenuView()
|
||
|
|
{
|
||
|
|
InitializeComponent();
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|