/// <summary>
 /// Constructor.
 /// </summary>
 public DesignerCanvas()
     : base()
 {
     this.selectionService = new SelectionService(this);
 }
Exemple #2
0
 /// <summary>
 /// Constructor.
 /// </summary>
 public DesignerCanvas()
     : base()
 {
     this.selectionService = new SelectionService(this);
 }