コード例 #1
0
 /// <summary>
 /// Constructor.
 /// </summary>
 public DesignerCanvas()
     : base()
 {
     this.selectionService = new SelectionService(this);
 }
コード例 #2
0
 /// <summary>
 /// Constructor.
 /// </summary>
 public DesignerCanvas()
     : base()
 {
     this.selectionService = new SelectionService(this);
 }