Exemplo n.º 1
0
 public ModulePresenter(ApplicationPresenter ap, FrmDac shell)
 {
     mApplicationController = ap;
     mShell = shell;
 }
 public SecurityPresenter(ApplicationPresenter ap, FrmDac shell)
     : base(ap, shell)
 {
 }
 public DefinitionPresenter(ApplicationPresenter ap, FrmDac shell)
     : base(ap, shell)
 {
 }
Exemplo n.º 4
0
 public PurchasePresenter(ApplicationPresenter ap, FrmDac shell)
     : base(ap, shell)
 {
 }
 public AccountPresenter(ApplicationPresenter ap, FrmDac shell)
     : base(ap, shell)
 {
 }
Exemplo n.º 6
0
 public CardPresenter(ApplicationPresenter ap, FrmDac shell)
     : base(ap, shell)
 {
 }
 public InventoryPresenter(ApplicationPresenter ap, FrmDac shell)
     : base(ap, shell)
 {
 }