Add series to graph
This commit is contained in:
15
StructureHelperCommon/Models/Calculators/IInputData.cs
Normal file
15
StructureHelperCommon/Models/Calculators/IInputData.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
//Copyright (c) 2023 Redikultsev Evgeny, Ekaterinburg, Russia
|
||||
//All rights reserved.
|
||||
|
||||
namespace StructureHelperCommon.Models.Calculators
|
||||
{
|
||||
public interface IInputData
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user