public DrawingPanel(SpreadsheetPanel ss) { DoubleBuffered = true; _values = new Dictionary <Address, String>(); _ssp = ss; }