示例#1
0
 /// <summary>
 /// Constructor, internal use only.
 /// </summary>
 /// <param name="owner">The SelectedObjectManager that owns this args.</param>
 internal SelectionChangedArgs(SelectionController owner)
 {
     this.Owner = owner;
 }
 public SelectionMovableObject(SelectionController selectionController)
 {
     this.selectionController = selectionController;
 }