Some analytic stuff

This commit is contained in:
tidusjar 2016-06-10 11:41:51 +01:00
parent 89db8eb728
commit 1c0e00e4ba
7 changed files with 50 additions and 9 deletions

View file

@ -41,6 +41,7 @@ using PlexRequests.Store.Repository;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading;
using System.Windows.Forms;
using CommandLine;
@ -48,6 +49,8 @@ using CommandLine;
using PlexRequests.Helpers.Analytics;
using PlexRequests.UI.Start;
using Action = PlexRequests.Helpers.Analytics.Action;
namespace PlexRequests.UI
{
class Program