Exemple #1
0
        private void BtnFil_Click(object sender, EventArgs e)
        {
            this.Close();
            FiltroVendas filtro = new FiltroVendas();

            filtro.ShowDialog();
        }
Exemple #2
0
        private void button1_Click(object sender, EventArgs e)
        {
            FiltroVendas filtro = new FiltroVendas();

            filtro.ShowDialog();
        }