Files
2026-02-21 16:45:37 +08:00

8 lines
95 B
C#

namespace SRDebugger.UI.Other
{
public interface IEnableTab
{
bool IsEnabled { get; }
}
}