| | |
| | | //-------------------------------------------------------- |
| | | // [Author]: Fish |
| | | // [ Date ]: Wednesday, May 15, 2019 |
| | | // [ Date ]: Monday, June 10, 2019 |
| | | //-------------------------------------------------------- |
| | | |
| | | using System.Collections.Generic; |
| | |
| | | public readonly string Name; |
| | | public readonly int ISPercentage; |
| | | public readonly int type; |
| | | public readonly int decimalCount;
|
| | | public readonly string desc; |
| | | public readonly string Parameter; |
| | | |
| | |
| | | |
| | | int.TryParse(tables[3],out type); |
| | | |
| | | desc = tables[4]; |
| | | int.TryParse(tables[4],out decimalCount); |
| | | |
| | | Parameter = tables[5]; |
| | | desc = tables[5];
|
| | |
|
| | | Parameter = tables[6]; |
| | | } |
| | | catch (Exception ex) |
| | | { |