Guest User

Untitled

a guest
Nov 20th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. private void PeformAction(int x, int y)
  2. {
  3. this.DoSomething();
  4. if (x > 3 && y < 6)
  5. {
  6. this.DoSomethingElse();
  7. }
  8. this.DoSomething();
  9. }
Add Comment
Please, Sign In to add comment