Fixing Trap

This commit is contained in:
lcc
2010-04-10 17:51:51 +02:00
parent 7701ea2798
commit d975bd8e5c

View File

@@ -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);
}