Refactor hangover

This commit is contained in:
Robert McRackan 2022-08-01 11:59:55 -04:00
parent 553a936e7e
commit a3df85c87e
23 changed files with 241 additions and 276 deletions

View file

@ -0,0 +1,18 @@
using AppScaffolding;
namespace HangoverWinForms
{
public partial class Form1
{
private void Load_cliTab()
{
}
private void cliTab_VisibleChanged(object sender, EventArgs e)
{
if (!databaseTab.Visible)
return;
}
}
}