mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 09:18:01 +01:00
Beefed up benchmarking
This commit is contained in:
@@ -7,10 +7,10 @@ using Terminal.Gui;
|
||||
|
||||
namespace UICatalog.Scenarios;
|
||||
|
||||
[Scenario.ScenarioMetadata ("File System Explorer", "Hierarchical file system explorer demonstrating TreeView.")]
|
||||
[Scenario.ScenarioCategory ("Controls")]
|
||||
[Scenario.ScenarioCategory ("TreeView")]
|
||||
[Scenario.ScenarioCategory ("Files and IO")]
|
||||
[ScenarioMetadata ("File System Explorer", "Hierarchical file system explorer demonstrating TreeView.")]
|
||||
[ScenarioCategory ("Controls")]
|
||||
[ScenarioCategory ("TreeView")]
|
||||
[ScenarioCategory ("Files and IO")]
|
||||
public class TreeViewFileSystem : Scenario
|
||||
{
|
||||
private readonly FileSystemIconProvider _iconProvider = new ();
|
||||
|
||||
Reference in New Issue
Block a user