Esempio n. 1
0
 async partial void ENDevPushKeys_TouchUpInside(UIButton sender)
 {
     ENDevOutput.Text = "Copied to clipboard:\n" + await _enDeveloperViewModel.GetPushKeyInfoFromSharedPrefs();
 }
        private async void GetPushKeyInfo()
        {
            string text = await _viewModel.GetPushKeyInfoFromSharedPrefs();

            UpdateText("Copied to clipboard: \n" + text);
        }