/// <summary>
 /// Default ctor
 /// </summary>
 public AndroidAppApplicationDerivedBuilder(Reachable.ReachableContext context, AssemblyCompiler compiler, TypeDefinition typeDef)
     : base(context, compiler, typeDef)
 {
     if (IsDot42InternalApplication())
     {
         Dot42InternalApplicationBuilder = this;
     }
 }
 /// <summary>
 /// Default ctor
 /// </summary>
 public AndroidAppApplicationDerivedBuilder(Reachable.ReachableContext context, AssemblyCompiler compiler, TypeDefinition typeDef)
     : base(context, compiler, typeDef)
 {
     if (IsDot42InternalApplication())
         Dot42InternalApplicationBuilder = this;
 }