Docs update

This commit is contained in:
HeshamTB 2018-12-20 19:13:15 +03:00
parent 98031dbe48
commit b23cc399b4

View File

@ -52,6 +52,11 @@ 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