This commit is contained in:
2025-09-16 12:24:06 +08:00
parent 62ac88b5b8
commit 299645e7cc
28 changed files with 1321 additions and 75 deletions
@@ -146,9 +146,9 @@ Action<TargetObject> TargetObjectSetter{get;set;}
<li>Object Copy/Paste (i.e. Select/Set or Duplicated-Set)
<ul>
<li>Copy (i.e. Select)
Set the model to UserEnv.SelectedItem.</li>
Set the model to AppService.SelectedItem.</li>
<li>Paste
Set UserEnv.SelectedItem to the model.
Set AppService.SelectedItem to the model.
Set by reference is default. Apply Duplicated-Set if explicitly required.</li>
</ul>
</li>