List of analyses was added into main window
This commit is contained in:
@@ -10,9 +10,16 @@ namespace StructureHelperLogics.Models.CrossSections
|
||||
{
|
||||
public ICrossSectionRepository SectionRepository { get; private set; }
|
||||
|
||||
public Guid Id { get; private set; }
|
||||
|
||||
public CrossSection()
|
||||
{
|
||||
SectionRepository = new CrossSectionRepository();
|
||||
}
|
||||
|
||||
public object Clone()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user