Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SCL 0.89 KB | None | 0 0
  1. REGION Initialise
  2.   REGION Manually implemented
  3.     //your code here
  4.   END_REGION
  5.   REGION automatically generated
  6.     //[GENINIT]
  7.   END_REGION
  8.   REGION Manually implemented
  9.     //your code here
  10.   END_REGION
  11. END_REGION
  12. REGION Logic
  13.   REGION Manually implemented
  14.     //your code here
  15.   END_REGION
  16.   REGION automatically generated
  17.     //[GENLOGIC]
  18.   END_REGION
  19.   REGION Manually implemented
  20.     //your code here
  21.   END_REGION
  22. END_REGION
  23. REGION Calls
  24.   REGION Manually implemented
  25.     //your code here
  26.   END_REGION
  27.   REGION automatically generated
  28.     //[GENCALLS]
  29.   END_REGION
  30.   REGION Manually implemented
  31.     //your code here
  32.   END_REGION
  33. END_REGION
  34. REGION Finalise
  35.   REGION Manually implemented
  36.     //your code here
  37.   END_REGION
  38.   REGION automatically generated
  39.     //[GENFIN]
  40.   END_REGION
  41.   REGION Manually implemented
  42.     //your code here
  43.   END_REGION
  44. END_REGION
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement