Refactor hangover
This commit is contained in:
parent
553a936e7e
commit
a3df85c87e
23 changed files with 241 additions and 276 deletions
16
Source/HangoverWinForms/Form1.cs
Normal file
16
Source/HangoverWinForms/Form1.cs
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
namespace HangoverWinForms
|
||||
{
|
||||
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