removed funstion
This commit is contained in:
parent
fdcdbdaa7c
commit
04371ef645
@ -64,23 +64,6 @@ namespace OWTrack
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Deserialize saved tracker instance from a Custom path
|
|
||||||
/// </summary>
|
|
||||||
/// <param name="customPath"></param>
|
|
||||||
/// <returns></returns>
|
|
||||||
public static Tracker GetSavedTracker(string customPath)
|
|
||||||
{
|
|
||||||
try
|
|
||||||
{
|
|
||||||
return JsonConvert.DeserializeObject<Tracker>(File.ReadAllText(customPath));
|
|
||||||
}
|
|
||||||
catch (Exception e)
|
|
||||||
{
|
|
||||||
throw e;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///Saves the Tracker Object.
|
///Saves the Tracker Object.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user