Hello,
I'm trying to use a NotificationBallon, but now I want to create a if
function that when the user dismiss(hide) it, the application executes a Application.Exit()
, but how I can do this?
notification1.Visible = true;
notification1.Text = "Exiting...";