Beispiel #1
0
        private void Borrar_Histo_Click(object sender, EventArgs e)
        {
            Operaciones opi2 = new Operaciones("");

            opi2.borrar_histo();
            this.Histo.Text = "Historial: \n" + opi2.leer_historial();
        }
Beispiel #2
0
        private void button18_Click(object sender, EventArgs e)
        {
            Operaciones opi = new Operaciones("");

            this.Histo.Text             = opi.leer_historial();
            this.Show_Historial.Visible = true;
        }