Fixing Trap

avinationmerge
lcc 2010-04-10 17:51:51 +02:00
parent 7701ea2798
commit d975bd8e5c
1 changed files with 0 additions and 11 deletions

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