Simple C# client that can suscribe to one or more OPC server tag. Every time the value of a tag is updated, the DataChangedEventHandler
event is raised.
This is example is only presented as a starting point, you should add proper testing and refactoring before including it in your project.