mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-05-07 15:13:01 -04:00
12 lines
171 B
C#
12 lines
171 B
C#
namespace HangoverAvalonia.Views
|
|
{
|
|
public partial class MainWindow
|
|
{
|
|
private void cliTab_VisibleChanged(bool isVisible)
|
|
{
|
|
if (!isVisible)
|
|
return;
|
|
}
|
|
}
|
|
}
|