amki
4 years ago
5 changed files with 20 additions and 6 deletions
@ -1,11 +1,13 @@ |
|||
using System; |
|||
using ISPChk.Models; |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Threading.Tasks; |
|||
|
|||
namespace ISPChk |
|||
{ |
|||
interface INetworkTest |
|||
public interface INetworkTest |
|||
{ |
|||
void AddHost(Host host); |
|||
} |
|||
} |
|||
|
Binary file not shown.
Loading…
Reference in new issue