Ghost1372

everything can be handy

MessageBox

Methods

Name
ShowAsync
ShowErrorAsync
ShowSuccessAsync
ShowInfoAsync
ShowQuestionAsync
ShowWarningAsync

Example

1
await MessageBox.ShowAsync("message", "title");

MessageBox

Demo

you can run demo and see this feature.

0%