Files
DP44/Common/DTS.CommonCore/.svn/pristine/b2/b25d32fea9ad5285063761126d411005ee8d2027.svn-base

14 lines
306 B
Plaintext
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
using System.Collections.ObjectModel;
using DTS.Common.Base;
using DTS.Common.Interface;
// ReSharper disable CheckNamespace
namespace DTS.Common.Interface
{
public interface IGraphView : IBaseView
{
//void SetGraphs(ObservableCollection<ITestDataSeries> graphs);
}
}