Skip to content

Commit f48d2f2

Browse files
authored
Merge pull request #291 from open-ephys/issue-228
Add validation of Neuropixels calibration files
2 parents 00e7f98 + 9eb4650 commit f48d2f2

23 files changed

+1100
-574
lines changed

OpenEphys.Onix1.Design/GenericDeviceDialog.Designer.cs

Lines changed: 15 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

OpenEphys.Onix1.Design/GenericDeviceDialog.cs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,5 @@ public GenericDeviceDialog()
1515
{
1616
InitializeComponent();
1717
}
18-
19-
private void ButtonClick(object sender, System.EventArgs e)
20-
{
21-
if (sender is Button button)
22-
{
23-
if (button.Name == nameof(buttonOK))
24-
{
25-
DialogResult = DialogResult.OK;
26-
}
27-
else if (button.Name == nameof(buttonCancel))
28-
{
29-
DialogResult = DialogResult.Cancel;
30-
}
31-
}
32-
}
3318
}
3419
}

0 commit comments

Comments
 (0)