WIP: Major update #45

Closed
Hesham wants to merge 16 commits from develop-laptop into master
Showing only changes of commit 04371ef645 - Show all commits

View File

@ -64,23 +64,6 @@ namespace OWTrack
}
}
/// <summary>
/// Deserialize saved tracker instance from a Custom path
/// </summary>
Review

TEST

**TEST**
/// <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>
///Saves the Tracker Object.
/// </summary>