Example #1
0
 private string GetWWW(int id)
 {
     return(UserAccount.Get(id).www);
 }
Example #2
0
 private string GetName(int id)
 {
     return(UserAccount.Get(id).name);
 }