From 9b76aa77b9c5bf8ccb373cb30e3dca85d224175e Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期五, 25 十月 2024 11:36:49 +0800 Subject: [PATCH] 金茂UI走查,字体更换 --- HDL-ON_Android/AgreementActivity.cs | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/HDL-ON_Android/AgreementActivity.cs b/HDL-ON_Android/AgreementActivity.cs index 74b520d..8bacbc0 100644 --- a/HDL-ON_Android/AgreementActivity.cs +++ b/HDL-ON_Android/AgreementActivity.cs @@ -18,8 +18,9 @@ { try { + Console.WriteLine("xxxxxxxxxxxcccc"); base.OnCreate(savedInstanceState); - + // Create your application here SetContentView(Resource.Layout.activity_splash); @@ -66,10 +67,11 @@ SetResult(Result.Ok, Intent); Finish(); }; - }catch(Exception ex) + Console.WriteLine("xxxxxxxxxxxcccc2"); + } + catch (Exception ex) { Console.WriteLine("AgreementActivity----------------------------1"+ex.Message); - } } } -- Gitblit v1.8.0