Skip to content

Instantly share code, notes, and snippets.

@Dadinel
Created June 19, 2019 14:51
Show Gist options
  • Save Dadinel/9b56a90e42dda395d47ccb1895234dc5 to your computer and use it in GitHub Desktop.
Save Dadinel/9b56a90e42dda395d47ccb1895234dc5 to your computer and use it in GitHub Desktop.
MVC - SED - BrowseDef
static function BrowseDef()
local oBrowse as object
oBrowse := FWMBrowse():New()
oBrowse:SetAlias("SED")
oBrowse:SetDescription("Testando o MVC - Tabela SED")
return oBrowse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment