Пример #1
0
		void ActionCallback(ui::Button * sender_)
		{
			OpenURI("http://" SERVER "/Profile/Avatar.html");
		}
Пример #2
0
void PreviewController::OpenInBrowser()
{
	std::stringstream uriStream;
	uriStream << "http://" << SERVER << "/Browse/View.html?ID=" << saveId;
	OpenURI(uriStream.str());
}