Ejemplo n.º 1
0
 public DrawingPanel(SpreadsheetPanel ss)
 {
     DoubleBuffered = true;
     _values        = new Dictionary <Address, String>();
     _ssp           = ss;
 }