Exemple #1
0
        private void CotizacionesLinkClicked(object sender, NavBarLinkEventArgs e)
        {
            var timer = System.Diagnostics.Stopwatch.StartNew();

            Cotizaciones.FrmListarCotizaciones form = Cotizaciones.FrmListarCotizaciones.Instancia;
            form.MdiParent = this;
            form.Show();
            ClsLogPerformance.Save(new LogPerformance(Base.Usuario.UsuarioConectado.Usuario, timer.Elapsed.TotalSeconds));
        }
 private void MenuSalir_Click_1(object sender, EventArgs e)
 {
     Instancia = null;
     Close();
 }
 private void FrmListarCotizaciones_FormClosed(object sender, FormClosedEventArgs e)
 {
     Instancia = null;
 }