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