Exemplo n.º 1
0
        internal static void Official_Android_Apk()
        {
            AutoBuilder_Android temp_Android = new AutoBuilder_Android();

            baseBuilder = temp_Android;
            temp_Android.Android_Apk();
        }
Exemplo n.º 2
0
        internal static void Demo_Android_Apk()
        {
            AutoBuilder_Android temp_Android = new AutoBuilder_Android();

            baseBuilder            = temp_Android;
            temp_Android.IsBuduger = true;
            temp_Android.Android_Apk();
        }