New debugging tool: "Hangover". Will be packaged with all releases
This commit is contained in:
parent
114925ebce
commit
5bc76a3160
20 changed files with 2752 additions and 51 deletions
16
Source/Hangover/Form1.cs
Normal file
16
Source/Hangover/Form1.cs
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
namespace Hangover
|
||||
{
|
||||
public partial class Form1 : Form
|
||||
{
|
||||
public Form1()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
databaseTab.VisibleChanged += databaseTab_VisibleChanged;
|
||||
cliTab.VisibleChanged += cliTab_VisibleChanged;
|
||||
|
||||
Load_databaseTab();
|
||||
Load_cliTab();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue