Files
DP44/Common/DTS.CommonCore/.svn/pristine/e2/e2e3d1269c8fdbb6f65a2c55e5bca3510049597a.svn-base

13 lines
247 B
Plaintext
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
using DTS.Common.Base;
namespace DTS.Common.Interface
{
public interface IDiagViewModel : IBaseViewModel
{
/// <summary>
/// Gets the Tab View.
/// </summary>
IDiagView View { get; }
}
}