Skip to content

Commit

Permalink
Refactoring experiment configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiola-m committed Sep 5, 2017
1 parent f6aec00 commit 468ed29
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
30 changes: 15 additions & 15 deletions StroopTest/Views/ExperimentPages/ExperimentConfig.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions StroopTest/Views/ExperimentPages/ExperimentConfig.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Windows.Forms;
using TestPlatform.Models;
Expand Down Expand Up @@ -132,6 +133,7 @@ private void saveButton_Click(object sender, EventArgs e)

if (instructionsBox.Lines.Length > 0) // lê instrução se houver
{
savingExperiment.InstructionText = new List<string>();
for (int i = 0; i < instructionsBox.Lines.Length; i++)
{
savingExperiment.InstructionText.Add(instructionsBox.Lines[i]);
Expand Down

0 comments on commit 468ed29

Please sign in to comment.