A
Atilla Gökcegün
Hi guys,
i've created a Client- and a Server-Forms-Class and a Users-Class-Library.
The Class-Library (publisher) fires the event wich is handled within the
Client-Class (subscriber).. but the Client-Class gets never notified...
I've noticed that the following code:
if (UserInitialized != null)
{
UserInitialized(this, e);
}
returns null. that seems very strange to me because i've registered the
eventhandler within the Client-Class.
Is there a different workaround for implementing events within a
Class-Library...?
Dev. Environment:
VS2005 SP1, Framework 2.0, C#
Any help will be greatly appreciated
aTTi
i've created a Client- and a Server-Forms-Class and a Users-Class-Library.
The Class-Library (publisher) fires the event wich is handled within the
Client-Class (subscriber).. but the Client-Class gets never notified...
I've noticed that the following code:
if (UserInitialized != null)
{
UserInitialized(this, e);
}
returns null. that seems very strange to me because i've registered the
eventhandler within the Client-Class.
Is there a different workaround for implementing events within a
Class-Library...?
Dev. Environment:
VS2005 SP1, Framework 2.0, C#
Any help will be greatly appreciated
aTTi