Example #1
0
        private void notifyIcon5_BalloonTipClosed(object sender, EventArgs e)
        {
            string          tag = notifyIcon5.Tag.ToString();
            verificarEvento veE = new verificarEvento();

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

            veE.idE = tag;
            veE.Show();
        }