BolterLibrary.Navigation.Reload C# (CSharp) Method

Reload() public method

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