示例#1
0
 public string ShowStats()
 {
     if (Info == null)
     {
         return("");
     }
     return(Info.ShowStats());
 }