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;
|
|
}
|
|
}
|
|
}
|