Open GoogleCodeExporter opened 9 years ago
public void Query(string accountKey)
{
APIReader reader = new APIReader();
reader.Query(Uri, this, "keyID={0}&vCode={1}&characterID={2}&accountKey={3}", keyID, vCode, actorID, accountKey);
}
works and is an easy dirty fix.
Original comment by pvskaa...@gmail.com
on 25 Jun 2013 at 10:33
Original issue reported on code.google.com by
pvskaa...@gmail.com
on 25 Jun 2013 at 10:29