コード例 #1
0
 /// <summary>
 /// Load an external database file with data from the most airplanes of the world.
 /// Currently it is only supporting the CSV file provided by Open Sky Network (https://opensky-network.org/aircraft-database).
 /// </summary>
 public static void LoadAircraftDatabase(string fileName, AircraftDatabaseType database)
 {
     AircraftDatabase.LoadAircraftDatabaseFromOpenSky(fileName);
 }