void workspaceWindowCreated(int _hWnd)
{
;
// Put workspace window specific initialization here.
WinAPI::setWindowText(_hWnd, strfmt("%1 - 測試區",
WinAPI::getWindowText(_hWnd), xInfo::configuration()));
/*
SqlSystem sqlSystem = new SqlSystem();
LoginProperty loginProperty = sqlSystem.createLoginProperty();
;
// Put workspace window specific initialization here.
if (loginProperty)
WinAPI::setWindowText(_hWnd, strFmt("%1 - %2 @%3 - 正式區",
WinAPI::getWindowText(_hWnd),
loginProperty.getDatabase(), loginProperty.getServer()));
*/
}