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
18
Source/Hangover/Form1.CLI.cs
Normal file
18
Source/Hangover/Form1.CLI.cs
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
using AppScaffolding;
|
||||
|
||||
namespace Hangover
|
||||
{
|
||||
public partial class Form1
|
||||
{
|
||||
private void Load_cliTab()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void cliTab_VisibleChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (!databaseTab.Visible)
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue