BolterLibrary.Navigation.Reload C# (CSharp) Méthode

Reload() public méthode

public Reload ( ) : void
Résultat void
        public void Reload()
        {
            XmlSerializationHelper.Serialize(InterProcessCom.ConfigPath + "\\waypoints.xml", _Waypoints);
            _Waypoints = XmlSerializationHelper.Deserialize<Waypoints>(InterProcessCom.ConfigPath + "\\waypoints.xml");
        }