modal forms and shared data,
        Posted  
        
            by Tumble
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tumble
        
        
        
        Published on 2010-04-27T14:25:14Z
        Indexed on 
            2010/04/27
            14:33 UTC
        
        
        Read the original article
        Hit count: 261
        
I've written a couple of c# forms applications which use a lot of the same data/objects which would better be combined. I realise I could use modal forms to launch each of these but where should I state .dll's and other resources, on the parent form? or on each other form where necessary?
© Stack Overflow or respective owner