Files
DP44/DTS Viewer/DTS.Viewer/.svn/pristine/97/97035a4bba1155673cb92841dbc8ffaa23d75d2d.svn-base

16 lines
314 B
Plaintext
Raw Normal View History

2026-04-17 14:55:32 -04:00
using DTS.Common.Interface;
namespace DTS.Viewer
{
/// <summary>
/// Interaction logic for ShellView.xaml
/// </summary>
public partial class ViewerShellView : IViewerShellView
{
public ViewerShellView()
{
InitializeComponent();
}
}
}