Guest User

Untitled

a guest
Feb 21st, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. void Button1Click(object sender, EventArgs e)
  2. {
  3. m_app = new iMacros.App();
  4. iMacros.Status s;
  5. s = m_app.iimInit ("", true, "", "", "", 5);
  6. s = m_app.iimPlay("Salesforce-com1", m_timeout);
  7. s = m_app.iimExit(m_timeout);
  8. LogStatus(s);
  9. }
Add Comment
Please, Sign In to add comment