Add graph application
This commit is contained in:
14
StructureHelperLogics/Models/Graphs/IGraph.cs
Normal file
14
StructureHelperLogics/Models/Graphs/IGraph.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
using StructureHelperLogics.Models.CrossSections;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StructureHelperLogics.Models.Graphs
|
||||
{
|
||||
public interface IGraph : ISaveable, ICloneable
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user