Refactoring: add some button icons
This commit is contained in:
@@ -30,7 +30,7 @@ namespace StructureHelperCommon.Models.Forces
|
||||
|
||||
public DesignForcePair() : this(Guid.NewGuid()) {}
|
||||
|
||||
public IForceCombinationList GetCombinations()
|
||||
public IForceCombinationList GetCombination()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
@@ -41,5 +41,10 @@ namespace StructureHelperCommon.Models.Forces
|
||||
updateStrategy.Update(newItem, this);
|
||||
return newItem;
|
||||
}
|
||||
|
||||
public List<IForceCombinationList> GetCombinations()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user