Exemplo n.º 1
0
 public OrchShape(string text, string id, SelectionArea selectionArea)
 {
     this.Id = id;
     this.Text = text;
     this.SelectionArea = selectionArea;
 }
Exemplo n.º 2
0
 public OrchShape(string text, string id, SelectionArea selectionArea)
 {
     this.Id            = id;
     this.Text          = text;
     this.SelectionArea = selectionArea;
 }
Exemplo n.º 3
0
 public OrchShape()
 {
     this.SelectionArea = new SelectionArea(0, 0, 0, 0);
 }
Exemplo n.º 4
0
 public OrchShape()
 {
     this.SelectionArea = new SelectionArea(0, 0, 0, 0);
 }