//StringBuilder sb = new StringBuilder(); //sb.AppendLine(AppFormula.AppParaToString());
//sb.AppendLine(AppFormula.StepFormulaList[0].GetStepTitle()); //sb.AppendLine(AppFormula.StepFormulaList[0].StepParaToString()); //sb.AppendLine(AppFormula.StepFormulaList[0].VibMix[0].GetCombineTitle()); //sb.AppendLine(AppFormula.StepFormulaList[0].VibMix[0].UnitParaToString()); //sb.AppendLine(AppFormula.StepFormulaList[0].CollectBds[0].GetCombineTitle()); //sb.AppendLine(AppFormula.StepFormulaList[1].CollectBds[0].UnitParaToString());
// Printer printer = new Printer(sb.ToString()); // Printer printer = new Printer(StrToDocHelper.ToParagraph(sb.ToString()));
转载于:https://www.cnblogs.com/MiLu/p/6040541.html
