Fixing Trap
parent
7701ea2798
commit
d975bd8e5c
|
@ -1,11 +0,0 @@
|
||||||
///////////////////////////////////////////////////////////////////
|
|
||||||
//
|
|
||||||
// (c) Careminster LImited, Melanie Thielker and the Meta7 Team
|
|
||||||
//
|
|
||||||
// This file is not open source. All rights reserved
|
|
||||||
//
|
|
||||||
public interface ISnmpModule
|
|
||||||
{
|
|
||||||
void Alert(string message);
|
|
||||||
void Trap(string message);
|
|
||||||
}
|
|
Loading…
Reference in New Issue