コード例 #1
0
 public ModulePresenter(ApplicationPresenter ap, FrmDac shell)
 {
     mApplicationController = ap;
     mShell = shell;
 }
コード例 #2
0
 public SecurityPresenter(ApplicationPresenter ap, FrmDac shell)
     : base(ap, shell)
 {
 }
コード例 #3
0
 public DefinitionPresenter(ApplicationPresenter ap, FrmDac shell)
     : base(ap, shell)
 {
 }
コード例 #4
0
 public PurchasePresenter(ApplicationPresenter ap, FrmDac shell)
     : base(ap, shell)
 {
 }
コード例 #5
0
 public AccountPresenter(ApplicationPresenter ap, FrmDac shell)
     : base(ap, shell)
 {
 }
コード例 #6
0
 public CardPresenter(ApplicationPresenter ap, FrmDac shell)
     : base(ap, shell)
 {
 }
コード例 #7
0
 public InventoryPresenter(ApplicationPresenter ap, FrmDac shell)
     : base(ap, shell)
 {
 }