Guest User

Untitled

a guest
Jan 3rd, 2012
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.22 KB | None | 0 0
  1. CorporationWalletJournalApi apiTest = new CorporationWalletJournalApi();
  2. auth.AccountKey = 1000;
  3. apiTest.AuthenticationData = auth;
  4.  apiTest.RowCount = 500;
  5. apiTest.UpdateData();
  6. List<JournalEntry> test = apiTest.Data;
Advertisement
Add Comment
Please, Sign In to add comment