Files
DP44/Common/DTS.CommonCore/.svn/pristine/ff/ff2f46c289d205922772e0777e0d846c957ddd59.svn-base

13 lines
265 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 IGraphPropertyViewModel : IBaseViewModel
{
/// <summary>
/// Gets the Tab View.
/// </summary>
IGraphPropertyView View { get; }
}
}