RepaintStrategyControls() public method

Repaints the strategy slots
public RepaintStrategyControls ( Strategy strategy ) : void
strategy Strategy The strategy
return void
 /// <summary>
 /// Repaint the strategy slots without changing its kind and count
 /// </summary>
 protected void RepaintStrategyLayout()
 {
     strategyLayout.RepaintStrategyControls(Data.Strategy.Clone());
 }