Esempio n. 1
0
 internal Component AddComponent(string className)
 {
     return(AddComponent(TypeUtil.GetTypeFromString(className)));
 }