Guest User

Untitled

a guest
Jan 7th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.18 KB | None | 0 0
  1. CorporationSheetApi test = new CorporationSheetApi();
  2. test.AuthenticationData = auth;
  3. test.CorporationID = corporationIDHere;
  4. test.UpdateData();
  5. CorporationSheet result = test.Data;
Advertisement
Add Comment
Please, Sign In to add comment