List of analyses was added into main window
This commit is contained in:
16
StructureHelperCommon/Models/Analyses/Version.cs
Normal file
16
StructureHelperCommon/Models/Analyses/Version.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StructureHelperCommon.Models.Analyses
|
||||
{
|
||||
public class Version : IVersion
|
||||
{
|
||||
public DateTime DateTime { get; set; }
|
||||
|
||||
public ISaveable Item { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user