Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. SforceService SfdcBinding = null;
  2. LoginResult CurrentLoginResult = nulll;
  3. SfdcBinding = new SforceService();
  4.  
  5. LoginResult CurrentLoginResult = new LoginResult();
  6. SfdcBinding SfdcBinding = new SforceService();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement