| | |
| | | private static void Inital() |
| | | { |
| | | _dict = new Dictionary<int, StationInfo>(); |
| | | _dict.Add(1, new StationInfo(2, new IStation.Calculation.shys长兴泵站()));//OK |
| | | //_dict.Add(1, new StationInfo(2, new IStation.Calculation.shys长兴泵站()));//OK |
| | | //_dict.Add(2, new StationInfo(12, new IStation.Calculation.shys五号沟凌桥方向()));//OK |
| | | // _dict.Add(3, new StationInfo(9, new IStation.Calculation.shys五号沟金海方向()));//OK |
| | | //_dict.Add(4, new StationInfo(3, new IStation.Calculation.shys五号沟严桥方向1())); |
| | | _dict.Add(5, new StationInfo(5, new IStation.Calculation.shys五号沟严桥方向2()));//OK |
| | | // _dict.Add(6, new StationInfo(4, new IStation.Calculation.shys五号沟严桥方向2()));//OK |
| | | //_dict.Add(3, new StationInfo(9, new IStation.Calculation.shys五号沟金海方向()));//OK |
| | | _dict.Add(4, new StationInfo(3, new IStation.Calculation.shys五号沟严桥方向1())); |
| | | //_dict.Add(5, new StationInfo(5, new IStation.Calculation.shys五号沟严桥方向2()));//OK |
| | | //_dict.Add(6, new StationInfo(4, new IStation.Calculation.shys严桥泵站()));//OK |
| | | //_dict.Add(7, new StationInfo(6, new IStation.Calculation.shys临江1号泵房()));//OK |
| | | //_dict.Add(8, new StationInfo(7, new IStation.Calculation.shys临江2号泵房()));//OK |
| | | //_dict.Add(9, new StationInfo(8, new IStation.Calculation.shys徐泾泵站()));//OK |
| | | //_dict.Add(10, new StationInfo(10, new IStation.Calculation.shys金海泵站()));//OK |
| | | //_dict.Add(11, new StationInfo(11, new IStation.Calculation.shys南汇北泵站()));//OK |
| | | //_dict.Add(12, new StationInfo(15, new IStation.Calculation.shys陈行一输()));//OK |
| | | //_dict.Add(13, new StationInfo(16, new IStation.Calculation.shys陈行二输()));//OK |
| | | //_dict.Add(14, new StationInfo(17, new IStation.Calculation.shys泰和泵站()));//OK |
| | | //_dict.Add(15, new StationInfo(19, new IStation.Calculation.shys金泽泵站()));//OK |
| | | //_dict.Add(16, new StationInfo(20, new IStation.Calculation.shys松江泵站()));//OK |
| | | //_dict.Add(17, new StationInfo(21, new IStation.Calculation.shys大桥泵站()));//OK |
| | | |
| | | |
| | | // {1,2},//长兴泵站 |
| | | // {2,12},//五号沟凌桥方向 |
| | | // {3,9},//五号沟金海方向 |
| | |
| | | // {15,19},//金泽泵站 |
| | | // {16,20},//松江泵站 |
| | | // {17,21},//大桥泵站 |
| | | //}; |
| | | |
| | | } |
| | | |
| | | /// <summary> |