mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implement benchmark in GUI.
This commit is contained in:
@@ -473,6 +473,11 @@ namespace DiscImageChef.Gui.Forms
|
||||
new dlgEncodings().ShowModal(this);
|
||||
}
|
||||
|
||||
protected void OnMenuBenchmark(object sender, EventArgs e)
|
||||
{
|
||||
new dlgBenchmark().ShowModal(this);
|
||||
}
|
||||
|
||||
protected void OnTreeImagesSelectedItemChanged(object sender, EventArgs e)
|
||||
{
|
||||
if(!(sender is TreeGridView tree)) return;
|
||||
|
||||
Reference in New Issue
Block a user