示例#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();
        }