Hi,
how can i find out whether a object is a valid instance or not?
I have a object called objCF (base class is a Form) and i want to
find out whether this object is a valid insatnce or a null reference.
This must be accomplished in C#...
Thanks in advance...
how can i find out whether a object is a valid instance or not?
I have a object called objCF (base class is a Form) and i want to
find out whether this object is a valid insatnce or a null reference.
This must be accomplished in C#...
Thanks in advance...
Comment