Make SettingsTest pass.

This commit is contained in:
Daniel Kraus 2015-08-07 21:40:12 +02:00
parent bde85e5651
commit c6121353e4
1 changed files with 7 additions and 0 deletions

View File

@ -74,6 +74,13 @@ namespace zaaReloaded2.Controller.Elements
}
}
protected override ElementBase CreateInstance()
{
Items clone = new Items();
clone.Content = Content;
return clone;
}
#endregion
#region Constructors