C# WPF MAF Add-In interaction between themselves

Posted by Ronny on Stack Overflow See other posts from Stack Overflow or by Ronny
Published on 2010-05-25T12:19:26Z Indexed on 2010/05/25 12:41 UTC
Read the original article Hit count: 252

Filed under:
|
|
|

Hi,

I would like create a very simple Paint application using MAF on WPF.

The Add Ins I would like to create are:

  1. Main Image Processor - Shown the current paint
  2. Tool Box - The user can select some types of drawings tools
  3. 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

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET