init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System.Windows.Input;
|
||||
using DTS.Common.Base;
|
||||
// ReSharper disable CheckNamespace
|
||||
|
||||
namespace DTS.Common.Interface
|
||||
{
|
||||
public interface ITestDataSeriesViewModel : IBaseViewModel
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the Tab View.
|
||||
/// </summary>
|
||||
ITestDataSeriesView View { get; set; }
|
||||
ITestDataSeries Model { get; set; }
|
||||
void MoveCursor(object sender, KeyEventArgs e);
|
||||
string CurrentCursorValues { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user