Exemple #1
0
        private void Button2_Click(object sender, EventArgs e)
        {
            LixeiraVendas lixo = new LixeiraVendas();

            lixo.ShowDialog();
            this.vendasTableAdapter.CustomQuery(this.querysInnerJoinDataSet1.Vendas);
        }
Exemple #2
0
        private void Button2_Click(object sender, EventArgs e)
        {
            LixeiraVendas lixeiraVendas = new LixeiraVendas();

            lixeiraVendas.ShowDialog();

            this.vendasTableAdapter.CustomQuery(exerciciosFinaisDataSet1.Vendas);
        }