base class?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I have a class, IRC, which contains a variable StreamWriter, and a property, Channel, which is associated with the class, ChannelInformation. ChannelInformation has a function, Join(). How can I call StreamWriter from inside Join() without adding delegates? How does the .NET Framework solve this? Thanks!:):-D;P:sigh::confused::rose::~
-
I have a class, IRC, which contains a variable StreamWriter, and a property, Channel, which is associated with the class, ChannelInformation. ChannelInformation has a function, Join(). How can I call StreamWriter from inside Join() without adding delegates? How does the .NET Framework solve this? Thanks!:):-D;P:sigh::confused::rose::~