init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using DTS.Common.Base;
|
||||
|
||||
namespace DTS.Common.Interface
|
||||
{
|
||||
public interface ITabItemViewModel : IBaseViewModel
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the Tab Item View.
|
||||
/// </summary>
|
||||
ITabItemView View { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the Tab View.
|
||||
/// </summary>
|
||||
ITabViewModel Parent { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user