Ghost1372

everything can be handy

MessageBox

Methods

Name
ShowAsync

Example

1
await MessageBox.ShowAsync(txtContent.Text?.ToString(), txtTitle.Text?.ToString(), MessageBoxButtons.OKCancel);

DevWinUI

Demo

you can run demo and see this feature.

0%