Readme.txt
----------

This project is a simple C# example (MS Visual Studio 2003) which implements 
the IDataReceiver interface, and utilizes the AnotoUtility File interface.

The example aims to show how the IDataReceiver interface is implemented by 
using C#. The data recevied in the Notify call is simply handled by saving it 
to a PGC-file. The file is saved in the user's My Documents folder. If there 
already exists a file with the same file name, this is overwritten. To make 
this example as simple as possible, further processing of the data has been 
left out.

In order to test the application, you need to register it and a paper with
the category "tutorial::example_category" using the RegistrationManager in the 
RegistrationAPI. The progId in this sample project is "CS.Sample1".