Exemplo n.º 1
0
 public void setToLineMode()
 {
     clearButtonColor();
     if (indicator.indicatorType == IndicatorType.line)
     {
         indicator.indicatorType = IndicatorType.none;
         indicator.reset();
     }
     else
     {
         indicator.indicatorType = IndicatorType.line;
     }
 }