M
Mike J
Hi i have a class running
how do i reference from within the class
the form
class myclass
{
}
public myclass(object ofrm)
i can't see the form at develop time to see its type
if i use object will not compile
object oform=ofrm;
im still lil new at c#
tia
MJ
how do i reference from within the class
the form
class myclass
{
}
public myclass(object ofrm)
i can't see the form at develop time to see its type
if i use object will not compile
object oform=ofrm;
im still lil new at c#
tia
MJ