Skip to content

Instantly share code, notes, and snippets.

@jeffque
Created December 12, 2019 04:24
Show Gist options
  • Select an option

  • Save jeffque/8d79894fc95401f527b58631a720c1b7 to your computer and use it in GitHub Desktop.

Select an option

Save jeffque/8d79894fc95401f527b58631a720c1b7 to your computer and use it in GitHub Desktop.
Inicializador em TotalCross, começo manual
public class Initializer {
public void dependencyInjection(...) {
...
DescontoNgc.getInstance().setDescontoDao(new DescontoDAOImpl());
...
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment