Ejemplo n.º 1
0
 public Form2()
 {
     InitializeComponent();
     context         = new DafestyEntities();
     currentRowIndex = 0;
     LoadButton_Click(LoadButton, new EventArgs());
 }
Ejemplo n.º 2
0
 public Form1()
 {
     InitializeComponent();
     QuestionSelector.SelectedIndex = 0;
     context = new DafestyEntities();
 }