wpf get access to other classes
        Posted  
        
            by 
                Calvin
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Calvin
        
        
        
        Published on 2012-03-19T23:27:25Z
        Indexed on 
            2012/03/19
            23:29 UTC
        
        
        Read the original article
        Hit count: 221
        
wpf
I am currently working on a wpf application. There are some methods in other classes in which I want to trigger to do some work instead of trying to figure out how to rewrite them in. How is it that I can get to those classes? Would I have to for example instantiate the class? If so, once I instantiate it, how would I be able access them. Keep in mind that these classes have abstract classes on top of abstract classes.
© Stack Overflow or respective owner