示例#1
0
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);


            assurantApp = new Appmodel.AssurantDigitalHub(this);
            SetContentView(Resource.Layout.Login);

            mContext = this;

            clientSDKHelper = ClientSDKHelper.GetInstance(this);
            progressDialog  = new ProgressDialog(this);
            startSDKInitProcess();
        }