Advertisement
Guest User

Untitled

a guest
Jan 27th, 2015
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. public void Main()
  2. {
  3. Action<string> a = Sum;
  4. }
  5.  
  6. public void Sum(string b)
  7. {
  8. Numbers.add(4);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement