示例#1
0
 public static App GetApp(string name)
 {
     return(GetApp(AppList.First(A => A.Value.name.ToLower() == name.ToLower()).Key));
 }