P
Paul M
Hy all
I want to test if my form exist before create one.
In delphi was like
if not Assigned (frmmyform) then frmmyform.create(self);
how is this possible in c#?
TIA
Paul
I want to test if my form exist before create one.
In delphi was like
if not Assigned (frmmyform) then frmmyform.create(self);
how is this possible in c#?
TIA
Paul