Implement 'list-encodings' command in GUI.

This commit is contained in:
2018-08-30 22:51:29 +01:00
parent f40f296086
commit c13980eb80
7 changed files with 204 additions and 28 deletions

View File

@@ -159,6 +159,11 @@ namespace DiscImageChef.Gui
new dlgPlugins().ShowModal(this);
}
protected void OnMenuEncodings(object sender, EventArgs e)
{
new dlgEncodings().ShowModal(this);
}
#region XAML IDs
TreeGridItem devicesRoot;
GridView grdFiles;