Files
DP44/Common/DTS.Common/.svn/pristine/53/53c06cee891e5352abef9cc09353028e70c4fb06.svn-base

8 lines
145 B
Plaintext
Raw Normal View History

2026-04-17 14:55:32 -04:00
using System.Windows;
using DTS.Common.Base;
namespace DTS.Common.Interface
{
public interface IViewerShellView : IBaseView { }
}