Files
DP44/Common/DTS.CommonCore/.svn/pristine/53/53c06cee891e5352abef9cc09353028e70c4fb06.svn-base
2026-04-17 14:55:32 -04:00

8 lines
145 B
Plaintext

using System.Windows;
using DTS.Common.Base;
namespace DTS.Common.Interface
{
public interface IViewerShellView : IBaseView { }
}