コード例 #1
0
        void _Cancel_enter()
        {
            telainicio telaInicio = new telainicio();

            this.Hide();
            telaInicio.ShowDialog();
        }
コード例 #2
0
        private void btnVoltar_Click(object sender, EventArgs e)
        {
            telainicio TelaInicio = new telainicio();

            this.Hide();
            TelaInicio.ShowDialog();
        }
コード例 #3
0
        private void VoltarPart_Click(object sender, EventArgs e)
        {
            telainicio telaInicio = new telainicio();

            this.Hide();
            telaInicio.ShowDialog();
        }