Example #1
0
        async void download()
        {
            /* var response = await dialogService.ShowConfirm(
             *   "Confirm",
             *   "Are you sure to delete this Client ?");
             * if (!response)
             * {
             *   return;
             * }*/

            await ClientReportsViewModel.GetInstance().Download(this);
        }