C
c_xyTopa
i'd like to call a Method, which is in constructor, asynchron after the
constructor is finished.
Class()
{
Method();
}
How can i do this?
constructor is finished.
Class()
{
Method();
}
How can i do this?