Example #1
0
 private void SaveNewOldTaxCode(string newTaxcode, string oldTaxCode)
 {
     IniProperty.InitProperty();
     IniProperty.SetProperty(oldTaxCode, newTaxcode);
     IniProperty.SaveIniFile();
 }