예제 #1
0
        private void Button5_Click(object sender, EventArgs e)
        {
            Lixeira lixo = new Lixeira();

            lixo.ShowDialog();
            this.carrosTableAdapter.CustomQuerry(this.querrysInnerJoinDataSet1.Carros);
        }
예제 #2
0
        private void Button5_Click(object sender, EventArgs e)
        {
            Lixeira lixo = new Lixeira();

            lixo.ShowDialog();

            this.carrosTableAdapter.CustomQuery(databaseGiomarDataSet1.Carros);
        }
예제 #3
0
        private void Button6_Click(object sender, EventArgs e)
        {
            Lixeira lixo = new Lixeira();

            lixo.ShowDialog();
        }
예제 #4
0
파일: Form1.cs 프로젝트: Sweetsmel/GitC
        private void PictureBox1_Click(object sender, EventArgs e)
        {
            Lixeira frmlixeira = new Lixeira();

            frmlixeira.ShowDialog();
        }
예제 #5
0
파일: Form1.cs 프로젝트: Pixke/HBSIS
        private void Button2_Click(object sender, EventArgs e)
        {
            Lixeira tela = new Lixeira();

            tela.ShowDialog();
        }