private void notifyIcon5_BalloonTipClosed(object sender, EventArgs e) { string tag = notifyIcon5.Tag.ToString(); verificarEvento veE = new verificarEvento(); veE.idE = tag; veE.Show(); }
private void Notificaciones_BalloonTipClosed(object sender, EventArgs e) { string tag = Notificaciones.Tag.ToString(); verificarEvento veE = new verificarEvento(); veE.idE = tag; veE.Show(); }