Exemplo n.º 1
0
        private void bnt_eliminar_Click(object sender, EventArgs e)
        {
            try
            {
                string msg = "";

                BusLog.Eliminar_Log(ref msg);
            }
            catch (Exception ex)
            {
            }
        }