8 lines
113 B
C#
8 lines
113 B
C#
namespace SRDebugger.UI.Other
|
|
{
|
|
public interface IEnableTab
|
|
{
|
|
bool IsEnabled { get; }
|
|
}
|
|
}
|