M
Mike J
how to assign a instance of a class to object type
i get error
class thisclass
{
object CallingObject
public thisclass(object o)
{
this.CallingObject=0
}
}
thanks
i get error
class thisclass
{
object CallingObject
public thisclass(object o)
{
this.CallingObject=0
}
}
thanks