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