示例#1
0
 public string[] GetSelectedLanguages()
 {
     return(LangPanel.Select(l => l.Text).ToArray());
 }