Ejemplo n.º 1
0
 public void ShipInformation(ShipInformationList shp, string whereami, ISystem system)
 {
     shp.FuelReservoirReplenished(this);
 }
Ejemplo n.º 2
0
 public void ShipInformation(ShipInformationList shp, string whereami, ISystem system, DB.SQLiteConnectionUser conn)
 {
     shp.FuelReservoirReplenished(this);
 }