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
I want to know how how to implement additional classes like MessageBoxIcon e.g:
MessageBox.Show(
"your message",
"window title",
MessageBoxButtons.OK,
MessageBoxIcon.Warning // for Warning
//MessageBoxIcon.Error // for Error
//MessageBoxIcon.Information // for Information
//MessageBoxIcon.Question // for Question
);
-invoke these events , from unity event system
The text was updated successfully, but these errors were encountered:
Hello , thanks for sharing this project ,
I want to know how how to implement additional classes like MessageBoxIcon e.g:
-invoke these events , from unity event system
The text was updated successfully, but these errors were encountered: