Пример #1
0
 public OutputPanel(IPaintToolsCollection paintToolsCollection)
 {
     this.DoubleBuffered     = true;
     this.paintTools         = paintToolsCollection;
     dragAndDropPoints       = new List <DragAndDropPoint>();
     dragAndDropActivePoints = new List <DragAndDropPoint>();
 }
Пример #2
0
 public OutputPanel(IPaintToolsCollection paintToolsCollection)
 {
     this.DoubleBuffered = true;
     this.paintTools = paintToolsCollection;
     dragAndDropPoints = new List<DragAndDropPoint>();
     dragAndDropActivePoints = new List<DragAndDropPoint>();
 }