Hi,
I would like create a very simple Paint application using MAF on WPF.
The Add Ins I would like to create are:
- Main Image Processor - Shown the current paint and receive inputs from the user
- Tool Box - The user can select some types of drawings tools
- Layers - The user can select the layers to display, delete layers and select on which layer to work on
the question is: How I can interact between the different Add-Ins without using the host?
Thanks, Ronny