Add ForceCombinationPropertyUserControl
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace StructureHelperCommon.Models.Forces
|
||||
{
|
||||
public interface IForceFactoredList : IForceFactoredCombination
|
||||
{
|
||||
List<IForceTuple> ForceTuples { get;}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user