| 36 | private const String sVersion = "1.4"; |
| 37 | |
| 38 | private struct days |
| 39 | { |
| 40 | public int idx; |
| 41 | public string label; |
| 42 | public string ticker; |
| 43 | public decimal price; |
| 44 | public decimal price2; |
| 45 | public Color c; |
| 46 | public string source; |
| 47 | } |
| 48 | private List<days> lsS = new List<days>(); |
| 49 | private bool bFirstDisplay = false; |
| 50 |
nothing calls this directly
no outgoing calls
no test coverage detected