Guest User

Untitled

a guest
May 2nd, 2012
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.17 KB | None | 0 0
  1. APIKeyInfoApi testApi = new APIKeyInfoApi();
  2. testApi.AuthenticationData = auth;
  3. testApi.UpdateData(EveApiBase.UpdateCharaceristics.OnlineOnly);
  4. APIKeyInfo test = testApi.Data;
Advertisement
Add Comment
Please, Sign In to add comment