Exemplo n.º 1
0
 private void colorizedButton1_Click(object sender, EventArgs e)
 {
     MsgboxResult result = MsgboxUI.Exlamation("Error!", "Error occured! The operation has been canceled.");
 }
Exemplo n.º 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?");
 }