Make some classes ICloneable; implement SettingsRepositoryViewModel.
This commit is contained in:
@ -48,5 +48,10 @@ namespace zaaReloaded2.Controller.Elements
|
||||
public SelectLastDay(IList<FormatElementBase> formatElements)
|
||||
: base(formatElements)
|
||||
{ }
|
||||
|
||||
protected override ElementBase CreateInstance()
|
||||
{
|
||||
return new SelectLastDay();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user