8 lines
118 B
C#
8 lines
118 B
C#
namespace winPEAS.Checks
|
|
{
|
|
internal interface ISystemCheck
|
|
{
|
|
void PrintInfo(bool isDebug);
|
|
}
|
|
}
|