ToolBox - remove Globa usage

This commit is contained in:
adelikat 2019-12-22 12:16:35 -06:00
parent 5f3ed8a766
commit e0bb050bd1
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ using BizHawk.Emulation.Common;
namespace BizHawk.Client.EmuHawk
{
public partial class ToolBox : Form, IToolForm
public partial class ToolBox : ToolFormBase, IToolForm
{
[RequiredService]
private IEmulator Emulator { get; set; }
@ -79,7 +79,7 @@ namespace BizHawk.Client.EmuHawk
tsb.Click += (o, e) =>
{
GlobalWin.Tools.Load(t);
Tools.Load(t);
Close();
};