Example #1
0
 public FinancesView()
 {
     InitializeComponent();
     accountMgr = new AccountMgr();
     customerVendorMgr = new CustomerVendorMgr();
 }
Example #2
0
 public AccountOperation()
 {
     InitializeComponent();
     accountMgr = new AccountMgr.AccountMgr();
 }
Example #3
0
 public AccountMainFrame()
 {
     InitializeComponent();
     accountMgr = new AccountMgr.AccountMgr();
     this.Text  = "Account List";
 }
Example #4
0
 public AccountMainFrame()
 {
     InitializeComponent();
     accountMgr = new AccountMgr.AccountMgr();
 }
Example #5
0
 public AccountMainFrame()
 {
     InitializeComponent();
     accountMgr = new AccountMgr.AccountMgr();
     this.Text = "Account List";
 }
Example #6
0
 public Login()
 {
     accountMgr = new AccountMgr();
     InitializeComponent();
 }
Example #7
0
 public AccountOperation()
 {
     InitializeComponent();
     accountMgr = new AccountMgr.AccountMgr();
 }
Example #8
0
 public AccountMainFrame()
 {
     InitializeComponent();
     accountMgr = new AccountMgr.AccountMgr();
 }