Class StatsWindow
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
Robust.Client.UserInterface.CustomControls.DefaultWindow
StatsWindow
Namespace: Content.Client.UserInterface
Assembly: Content.Client.dll
Syntax
public sealed class StatsWindow : DefaultWindow
Constructors
| Improve this Doc View SourceStatsWindow()
Declaration
public StatsWindow()
Methods
| Improve this Doc View SourceUpdateValues(List<String>, List<String[]>)
Declaration
public void UpdateValues(List<string> headers, List<string[]> values)
Parameters
Type | Name | Description |
---|---|---|
List<System.String> | headers | |
List<System.String[]> | values |