public TFactory(string factoryID, string factoryName)
 {
     _factoryID = factoryID;
     _factoryName = factoryName;
     _stationList = new TStationList();
 }
示例#2
0
 public TFactory(string factoryID, string factoryName)
 {
     _factoryID   = factoryID;
     _factoryName = factoryName;
     _stationList = new TStationList();
 }
 public TFactory()
 {
     _stationList = new TStationList();
 }
示例#4
0
 public TFactory()
 {
     _stationList = new TStationList();
 }