PHP Code:public class Mother
{
public void myMain()
{
MessageBox.Show("myMain");
}
class child
{
Mother mother = new Mother();
public void test()
{
mother.myMain();
}
}
}
|
Results 1 to 40 of 47
Thread: classesHybrid View
|
Click Here to Expand Forum to Full Width |