pass information from class to form in C#
        Posted  
        
            by Bi
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Bi
        
        
        
        Published on 2010-04-28T01:14:45Z
        Indexed on 
            2010/04/28
            1:23 UTC
        
        
        Read the original article
        Hit count: 327
        
c#
Hi
How do I pass a row information from my class to a grid in the windows form of my application? The row information changes every now and then and I need to pass this updated information to the form
Thanks
© Stack Overflow or respective owner