コード例 #1
0
ファイル: FinancesView.cs プロジェクト: phox/AmbleSystem
 public FinancesView()
 {
     InitializeComponent();
     accountMgr = new AccountMgr();
     customerVendorMgr = new CustomerVendorMgr();
 }
コード例 #2
0
ファイル: AccountOperation.cs プロジェクト: windygu/ERP-1
 public AccountOperation()
 {
     InitializeComponent();
     accountMgr = new AccountMgr.AccountMgr();
 }
コード例 #3
0
 public AccountMainFrame()
 {
     InitializeComponent();
     accountMgr = new AccountMgr.AccountMgr();
     this.Text  = "Account List";
 }
コード例 #4
0
 public AccountMainFrame()
 {
     InitializeComponent();
     accountMgr = new AccountMgr.AccountMgr();
 }
コード例 #5
0
ファイル: AccountMainFrame.cs プロジェクト: phox/AmbleSystem
 public AccountMainFrame()
 {
     InitializeComponent();
     accountMgr = new AccountMgr.AccountMgr();
     this.Text = "Account List";
 }
コード例 #6
0
ファイル: Login.cs プロジェクト: hongbao66/ERP
 public Login()
 {
     accountMgr = new AccountMgr();
     InitializeComponent();
 }
コード例 #7
0
ファイル: AccountOperation.cs プロジェクト: hongbao66/ERP
 public AccountOperation()
 {
     InitializeComponent();
     accountMgr = new AccountMgr.AccountMgr();
 }
コード例 #8
0
ファイル: AccountMainFrame.cs プロジェクト: hongbao66/ERP
 public AccountMainFrame()
 {
     InitializeComponent();
     accountMgr = new AccountMgr.AccountMgr();
 }