示例#1
0
        public static async Task <int> ShowAsync(string[] buttons)
        {
            var popup = new MultiButtonPopup(buttons);

            await ShowAsync(popup, true, false);

            return(popup.SelectedButton);
        }
		public static async Task<int> ShowAsync(string[] buttons)
		{
			var popup = new MultiButtonPopup(buttons);
			await ShowAsync(popup, true, false);
			return popup.SelectedButton;
		}