Ejemplo n.º 1
0
 private void BrushingToBoxCox(frmBoxCox pfrmBoxCox, IFeatureLayer pFLayer, IFeatureSelection featureSelection)
 {
     if (pfrmBoxCox.m_pFLayer == pFLayer)
     {
         pfrmBoxCox.BrushingToQQPlot(pFLayer);
         pfrmBoxCox.BrushingToHistogram(pFLayer);
     }
 }