コード例 #1
0
 public clsFinancial()
 {
     //throw new System.NotImplementedException();
     items = new clsItems();
 }
コード例 #2
0
ファイル: clsBalance.cs プロジェクト: vanloc0301/mychongchong
 public clsBalance()
 {
     items = new clsItems();
 }
コード例 #3
0
ファイル: clsIncome.cs プロジェクト: vanloc0301/mychongchong
 public clsIncome()
 {
     items = new clsItems();
 }