コード例 #1
0
ファイル: ResultLog.cpp プロジェクト: stein1/bbk
StringValueList* ResultLog::GetColumn(wxString resultname, wxString &name)
{
	Result *r = GetResults( resultname );
	return r->GetColumn( name );
}