| | |
| | | //-------------------------------------------------------- |
| | | // [Author]: Fish |
| | | // [ Date ]: Tuesday, June 11, 2019 |
| | | // [ Date ]: Thursday, July 04, 2019 |
| | | //-------------------------------------------------------- |
| | | |
| | | using System.Collections.Generic; |
| | |
| | | public readonly int jump;
|
| | | public readonly string[] funcTitles;
|
| | | public readonly string failFuncs;
|
| | | public readonly int onlyOneFunc;
|
| | | public readonly string[] remind; |
| | | |
| | | public TaskFeedbackConfig() |
| | |
| | |
|
| | | failFuncs = tables[10];
|
| | |
|
| | | remind = tables[11].Trim().Split(StringUtility.splitSeparator,StringSplitOptions.RemoveEmptyEntries); |
| | | int.TryParse(tables[11],out onlyOneFunc); |
| | |
|
| | | remind = tables[12].Trim().Split(StringUtility.splitSeparator,StringSplitOptions.RemoveEmptyEntries); |
| | | } |
| | | catch (Exception ex) |
| | | { |