Add IPMonitor
This commit is contained in:
7
IPMonitor/Interface/IArguments.cs
Executable file
7
IPMonitor/Interface/IArguments.cs
Executable file
@@ -0,0 +1,7 @@
|
||||
namespace IPMonitor
|
||||
{
|
||||
public interface IArguments
|
||||
{
|
||||
public String[] GetArguments();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user