Make it workie
This commit is contained in:
@@ -6,10 +6,14 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace ConsoleApp1
|
||||
{
|
||||
internal interface ISystem
|
||||
public interface ISystem
|
||||
{
|
||||
string Name { get; }
|
||||
string Version { get; }
|
||||
string SN { get; }
|
||||
|
||||
bool Start();
|
||||
void Restart();
|
||||
void Quit();
|
||||
bool Quit();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user