コード例 #1
0
        private async Task ShowModal()
        {
            var result = await popupNavigator.InputNumberAsync(string.Empty, 8);

            if (result != null)
            {
                await dialogs.Information($"result=[{result}]");
            }
        }