Example #1
0
 public Type[] GetTypes()
 {
     if (mApp == null)
     {
         return(null);
     }
     return(mApp.GetTypes());
 }