|
@@ -766,7 +766,8 @@ namespace OTSIncAReportApp.OTSTemplateDesigner
|
|
|
}
|
|
|
|
|
|
|
|
|
- Category category = new Category(vs, ReadClassification(comboBox1.SelectedIndex));
|
|
|
+ //Category category = new Category(vs, ReadClassification(comboBox1.SelectedIndex));
|
|
|
+ Category category = new Category(m_OTSReport_Export.m_mbszclass.list_str_MainPriority_Serial, ReadClassification(comboBox1.SelectedIndex));
|
|
|
category.ShowDialog();
|
|
|
List<string> ls = category.OutElementList;
|
|
|
TCCleannessAList = category.vs;
|