示例#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
 function __construct()
 {
     parent::__construct();
 }