Example #1
0
        private void toolStripButton5_Click(object sender, EventArgs e)
        {
            frmAndamento ofrmA = new frmAndamento();

            AbrirForm(ofrmA);
        }
Example #2
0
        private void tstAndamento_Click(object sender, EventArgs e)
        {
            frmAndamento ofrmAndamento = new frmAndamento();

            AbrirForm(ofrmAndamento);
        }