Exemplo n.º 1
0
 public bool HandledByMergeOperator(IChartSection chartSection)
 {
     return(Indicators.Contains(chartSection.Name));
 }
 public bool HandledByMergeOperator( IChartSection chartSection )
 {
     return Indicators.Contains( chartSection.Name );
 }