Make some classes ICloneable; implement SettingsRepositoryViewModel.
This commit is contained in:
@ -36,5 +36,12 @@ namespace zaaReloaded2.Controller.Elements
|
||||
{
|
||||
formatter.WriteParagraph(Content);
|
||||
}
|
||||
|
||||
protected override ElementBase CreateInstance()
|
||||
{
|
||||
CustomText clone = new CustomText();
|
||||
clone.Content = Content;
|
||||
return clone;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user