コード例 #1
0
ファイル: ChatServiceBase.hpp プロジェクト: ytt/CornStarch-1
 // ホストを設定
 void setHost(wxString value)
 {
     m_connect->setHost(value);
 }