Mef, passing parameters to a module
        Posted  
        
            by Flex_Addicted
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Flex_Addicted
        
        
        
        Published on 2010-06-03T12:45:04Z
        Indexed on 
            2010/06/03
            13:44 UTC
        
        
        Read the original article
        Hit count: 187
        
silverlight-4.0
|MEF
Hi guys, I'm studying MEF and I'm not able to resolve a problem.
I have a main application, called MainMEF, and a simple module, called SimpleModule. This one consists of a single UserControl which is loaded dinamically.
When MainMEF starts up, I would be able to pass to the module a reference to main application contained into MainMEF.
How could I fix this? Thanks in advance.
© Stack Overflow or respective owner