Emveepee.Widgets.StackView.StackDetail.Refresh C# (CSharp) Method

Refresh() private method

private Refresh ( ) : void
return void
            void Refresh()
            {
                calls.Store = new Store (data, options, item == null ? new List<StackItem> () : item.Calls);
                callers.Store = new Store (data, options, item == null ? new List<StackItem> () : item.Callers);
            }
StackView.StackDetail