AMIP SDK Wrapper for .NET 2.0
Author: Matt Evans
EMail: matt@djmatty.com

--------------------------------------------------------------------------------
Purpose:
Wrap the native AMIP SDK dll in a managed wrapper for use in .Net applications

--------------------------------------------------------------------------------
Contents:
AMIPClientWrapper.dll v1.0.0.0 - Managed Wrapper
AMIPClientWrapper.xml          - XML Comments
ac.dll                v1.1.0.0 - AMIP SDK DLL
Test.cs                        - C# source code for the test class
Program.cs                     - C# Console app program code
AMIPApplication.csproj         - C# Console app project
Properties\AssemblyInfo.cs     - C# file
README.txt                     - this file

--------------------------------------------------------------------------------
Installation:
Extract all the files from the zip, preserving folder structure
Open the AMIPApplication.csproj file in Visual Studio 2005

--------------------------------------------------------------------------------
Usage:

Add the AMIPClientWrapper.dll as a reference in your own apps
Check out the comments in test.cs for details on how to use the classes
