mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-01-28 15:51:07 -05:00
19 lines
302 B
C#
19 lines
302 B
C#
using AppScaffolding;
|
|
|
|
namespace Hangover
|
|
{
|
|
public partial class Form1
|
|
{
|
|
private void Load_cliTab()
|
|
{
|
|
|
|
}
|
|
|
|
private void cliTab_VisibleChanged(object sender, EventArgs e)
|
|
{
|
|
if (!databaseTab.Visible)
|
|
return;
|
|
}
|
|
}
|
|
}
|