Beispiel #1
0
 public static T GetCtrl <T>() where T : class
 {
     return(BaseBehaviour.GetCtrl <T>());
 }