Exemplo n.º 1
0
        private void bunifuImageButton3_Click(object sender, EventArgs e)
        {
            Circulo frmcirculo = new Circulo();

            frmcirculo.Show();
        }
Exemplo n.º 2
0
        private void círculoToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Circulo frmcirculo = new Circulo();

            frmcirculo.Show();
        }