| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: Tuesday, August 5, 2025
|
| | | // [ Date ]: 2025年8月9日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public string Name;
|
| | | public string ShowName;
|
| | | public int ISPercentage;
|
| | | public int type;
|
| | | public int decimalCount;
|
| | | public int showType;
|
| | | public int showSequence;
|
| | |
| | |
|
| | | int.TryParse(tables[3],out ISPercentage);
|
| | |
|
| | | int.TryParse(tables[4],out type); |
| | | int.TryParse(tables[4],out decimalCount); |
| | |
|
| | | int.TryParse(tables[5],out decimalCount); |
| | | int.TryParse(tables[5],out showType); |
| | |
|
| | | int.TryParse(tables[6],out showType); |
| | | int.TryParse(tables[6],out showSequence); |
| | |
|
| | | int.TryParse(tables[7],out showSequence); |
| | | desc = tables[7];
|
| | |
|
| | | desc = tables[8];
|
| | |
|
| | | Parameter = tables[9];
|
| | | Parameter = tables[8];
|
| | | }
|
| | | catch (Exception exception)
|
| | | {
|