Fix SettingsViewModelTest.CannotAddChildElementToFormatElement.
This commit is contained in:
@ -31,7 +31,9 @@ namespace zaaReloaded2.Controller.Elements
|
||||
/// </summary>
|
||||
public IList<FormatElementBase> FormatElements { get; private set; }
|
||||
|
||||
public ControlElementBase() { }
|
||||
public ControlElementBase()
|
||||
: this(new List<FormatElementBase>())
|
||||
{ }
|
||||
|
||||
public ControlElementBase(IList<FormatElementBase> formatElements)
|
||||
{
|
||||
|
Reference in New Issue
Block a user