|
|
|
@ -1,4 +1,4 @@
|
|
|
|
using System;
|
|
|
|
using System;
|
|
|
|
using System.Collections.Concurrent;
|
|
|
|
using System.Collections.Concurrent;
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using System.IO;
|
|
|
|
using System.IO;
|
|
|
|
@ -31,7 +31,7 @@ namespace DepotDownloader
|
|
|
|
LoginTokens = new Dictionary<string, string>();
|
|
|
|
LoginTokens = new Dictionary<string, string>();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
static bool Loaded
|
|
|
|
public static bool Loaded
|
|
|
|
{
|
|
|
|
{
|
|
|
|
get { return Instance != null; }
|
|
|
|
get { return Instance != null; }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|