Forex_Strategy_Builder.Dialogs.Generator.Top10Layout.ClearTop10Slots C# (CSharp) Method

ClearTop10Slots() public method

Resets the Top 10 layout.
public ClearTop10Slots ( ) : void
return void
        public void ClearTop10Slots()
        {
            minBalance = int.MaxValue;
            maxBalance = int.MinValue;
            top10Holder.Clear();

            ArrangeTop10Slots();
            SetVerticalScrollBar();
        }