Ejemplo n.º 1
0
 public MainForm()
 {
     InitializeComponent();
     ActivePanel(tlpProjects, btnProjects, "icons8_group_of_projects_25");
     ctx = new DepmanContext();
     dgvQuestions.DataSource = ctx.Question.ToList();
 }
Ejemplo n.º 2
0
 public MainForm()
 {
     InitializeComponent();
     ActivePanel(tlpProjects, btnProjects, "icons8_group_of_projects_25");
     ctx = new DepmanContext();
 }