示例#1
0
 private void colorizedButton1_Click(object sender, EventArgs e)
 {
     MsgboxResult result = MsgboxUI.Exlamation("Error!", "Error occured! The operation has been canceled.");
 }
示例#2
0
 private void shadedButton1_Click(object sender, EventArgs e)
 {
     MsgboxResult result = MsgboxUI.YesNoCancel("Warning!", "Are you sure you want to proceed with the operation?");
 }