Example #1
0
 public Settings(ListOfQuestions liQ)
 {
     this.liQ = liQ;
     InitializeComponent();
 }
Example #2
0
 private void Form1_Load(object sender, EventArgs e)
 {
     liQ = new ListOfQuestions();
 }