Ejemplo n.º 1
0
        private void ProgramsNT_Load(object sender, EventArgs e)
        {
            controllerObj = new Controller();
            DataTable dt = controllerObj.ViewAllPrograms();

            progGridView1.DataSource = dt;
            progGridView1.Refresh();
        }