コード例 #1
0
        private void button4_Click(object sender, EventArgs e)
        {
            TablaBuscar form2 = new TablaBuscar("tbl_moneda", 4);

            form2.Show(this);
        }
コード例 #2
0
        private void button3_Click(object sender, EventArgs e)
        {
            TablaBuscar form2 = new TablaBuscar("TBL_ConceptoCliente", 2);

            form2.Show(this);
        }
コード例 #3
0
        private void button2_Click(object sender, EventArgs e)
        {
            TablaBuscar form2 = new TablaBuscar("TBL_Factura", 3);

            form2.Show(this);
        }