Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public sealed class ExecutionContext
  2. {
  3. // Куча полезного кода
  4.  
  5. public static ExecutionContext Capture()
  6.  
  7. public static void Run(ExecutionContext executionContext, ContextCallback callback, object state)
  8.  
  9. // Куча полезного кода
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement