You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixprivate void Form1_FormClosing(objectsender,FormClosingEventArgse){// MetroMessageBox.Show(this, "This is a sample Cancel MetroMessagebox `Yes`, `No` and `Cancel` button", "MetroMessagebox", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Question);}
DialogResultdr=MessageBox.Show(this," (Application Yes Exit) Button - Yes | (Application No Exit) Button + No ","Application CefSharp Web Browser",MessageBoxButtons.YesNo,MessageBoxIcon.Question);if(dr==DialogResult.Yes){// Cef.Shutdown();}else{// Application.Exit();// cancel the closure of the form.e.Cancel=true;}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: