Esempio n. 1
0
        private void CallBackScreen()
        {
            Intent returnIntent = new Intent();

            mActivity.SetResult(Android.App.Result.Ok, returnIntent);
            mActivity.Finish();
        }