Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public class DownloadData {
  2.  
  3. public static string getData("url"){ ..... return data;}
  4.  
  5. }
  6.  
  7. public class DownloadData {
  8. static int num=0;
  9. public static string getData("url"){
  10. ..... return data;}
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement