Beispiel #1
0
 function OnInit()
 {
     global $mf;
     $mf = new mainFrame();
     $mf->Show();
     return 0;
 }