ToolBox - remove Globa usage
This commit is contained in:
parent
5f3ed8a766
commit
e0bb050bd1
|
@ -9,7 +9,7 @@ using BizHawk.Emulation.Common;
|
||||||
|
|
||||||
namespace BizHawk.Client.EmuHawk
|
namespace BizHawk.Client.EmuHawk
|
||||||
{
|
{
|
||||||
public partial class ToolBox : Form, IToolForm
|
public partial class ToolBox : ToolFormBase, IToolForm
|
||||||
{
|
{
|
||||||
[RequiredService]
|
[RequiredService]
|
||||||
private IEmulator Emulator { get; set; }
|
private IEmulator Emulator { get; set; }
|
||||||
|
@ -79,7 +79,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
|
|
||||||
tsb.Click += (o, e) =>
|
tsb.Click += (o, e) =>
|
||||||
{
|
{
|
||||||
GlobalWin.Tools.Load(t);
|
Tools.Load(t);
|
||||||
Close();
|
Close();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue