Ejemplo n.º 1
0
        private void BioSeqDBNotifications_FormClosing(object sender, FormClosingEventArgs e)
        {
            timer1.Stop();
            timer1 = null;

            AppConfigHelper.SaveNotificationUIForm(Location, Size);

            FormClosedEvent?.Invoke(this, null); // Notify parent we have closed shop (ModelessDialogEvent).
        }
Ejemplo n.º 2
0
 private void FormNameList_FormClosed(object sender, FormClosedEventArgs e)
 {
     FormClosedEvent?.Invoke(this, e);
 }