Files
2025-05-10 12:49:47 +08:00

8 lines
113 B
C#

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