pass information from class to Winforms form

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:33 UTC
Read the original article Hit count: 436

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms