Skip to content

Instantly share code, notes, and snippets.

@Dadinel
Created December 11, 2019 21:21
Show Gist options
  • Save Dadinel/e59405a4d8828bdd6b12fb755c2e2186 to your computer and use it in GitHub Desktop.
Save Dadinel/e59405a4d8828bdd6b12fb755c2e2186 to your computer and use it in GitHub Desktop.
DnlMethd - Exemplo de chamada de método estático
#include "prothues.ch"
// -----------------------------------------------------------------
/*{Protheus.doc} DnlMethd
Função para exemplo de chamada de método estático
@sample U_DnlMethd()
@author Daniel Mendes
@since 11/10/2019
@version 1.0
*/
// -----------------------------------------------------------------
user function DnlMethd()
ConOut(EssaEhUmClasseDeExemplo():TestandoMetodoComMaisDeDezCaracteres01())
return nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment