Beispiel #1
0
        private void mostrarListaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Resultado result = new Resultado(tx_resultado.Text, this);

            result.ShowDialog();
        }
Beispiel #2
0
        private void Mostrar_Click(object sender, EventArgs e)
        {
            Resultado result = new Resultado(tx_resultado.Text, this);

            result.ShowDialog();
        }