예제 #1
0
        void Mostraremp()
        {
            DataTable dt = logic.consultaLogica();

            dataGridView1.DataSource = dt;
        }