// "Apply" button:
 private void toolStripButtonApply_Click(object sender, EventArgs e)
 {
     ApplyChanges();
     MsgBox.Get("changesApplied").Popup(MessageBoxIcon.Information);
 }