How do I update another class with the status of a method?
Posted
by Bi
on Stack Overflow
See other posts from Stack Overflow
or by Bi
Published on 2010-03-26T14:38:08Z
Indexed on
2010/03/26
14:53 UTC
Read the original article
Hit count: 213
c#
I am new to C# and OO programming. What is the best way to send a status of a class-method to another class?
Thanks
© Stack Overflow or respective owner