示例#1
0
        void Mostraremp()
        {
            DataTable dt = logic.consultaLogicap();

            dataGridView1.DataSource = dt;
        }