예제 #1
0
파일: lanchat.php 프로젝트: phpsong/wxphp
 function __construct()
 {
     parent::__construct();
     $this->SetIcon(new wxIcon("images/app.png", wxBITMAP_TYPE_PNG), "wxPHP Lan Chat v0.1");
 }
예제 #2
0
파일: selector.php 프로젝트: phpsong/wxphp
 function __construct()
 {
     parent::__construct();
 }