Ejemplo n.º 1
0
 protected override TEditor CreateEditor(TContainer container, TProperty value, Undo.ICommandExecutor executor)
 => new TEditor
 {
     Target = value, ContainerRef = container, CommandExecutor = executor
 };
Ejemplo n.º 2
0
 protected virtual TEditor CreateEditor(TContainer container, TProperty value, Undo.ICommandExecutor executor)
 => new TEditor
 {
     Target = value, CommandExecutor = executor
 };