Add beam shear clone strategies
This commit is contained in:
@@ -19,6 +19,12 @@ namespace StructureHelperCommon.Infrastructures.Interfaces
|
||||
TraceLogger = traceLogger;
|
||||
}
|
||||
|
||||
protected ConvertStrategy(IConvertStrategy<ISaveable, ISaveable> convertStrategy)
|
||||
{
|
||||
ReferenceDictionary = convertStrategy.ReferenceDictionary;
|
||||
TraceLogger = convertStrategy.TraceLogger;
|
||||
}
|
||||
|
||||
public ConvertStrategy()
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user