Guest User

Untitled

a guest
Oct 18th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. [WebMethod]
  2. public string HelloWorld(bool Done)
  3. {
  4.  
  5.  
  6. return "";
  7.  
  8. }
  9.  
  10. public string HelloWorld(bool Done=false)
Add Comment
Please, Sign In to add comment