Sic.Framework/MECF.Framework.UI.Client/RecipeEditorLib/RecipeModel/Params/ExpanderParam.cs

8 lines
132 B
C#

namespace RecipeEditorLib.RecipeModel.Params
{
public class ExpanderParam : ParamBaseWithGenericValue<object>
{
}
}