コード例 #1
0
ファイル: styledtextctrl.php プロジェクト: phpsong/wxphp
 function OnInit()
 {
     global $mf;
     $mf = new mainFrame();
     $mf->Show();
     return 0;
 }