コード例 #1
0
 public FormTaxSettingDlg(ICompany icompany, TaxLevelInfo[] taxTable, double taxStart)
 {
     this.icompany = icompany;
     this.taxTale = taxTable.ToList();
     this.taxStart = taxStart;
     InitializeComponent();
     Initialize();
 }