Toast icon indicating copy to clipboard operation
Toast copied to clipboard

:bread: The rounded and animated Android Toast for .NET WPF/XAML

Results 2 Toast issues
Sort by recently updated
recently updated
newest added

Bumps NuGet.CommandLine from 3.5.0 to 4.9.5. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=NuGet.CommandLine&package-manager=nuget&previous-version=3.5.0&new-version=4.9.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

public partial class MainWindow : Form ..... Toast.Toast myToast = new Toast.Toast(); // myToast.Name = "myToast"; // myToast.Content = "Copy success!"; // myToast.DurationToast = Toast.Toast.ToastDuration.Long; // myToast.Show(); Toast.Toast myToast =...