private void EditCellGraphic(CvsCellLocation location) { try { mCvsInsightDisplay.EditCellGraphic(location); } catch (Exception ex) { } }
private void EditCellGraphic(CvsCellLocation location) { mCvsInsightDisplay.EditCellGraphic(location); }