Skip to content

Commit

Permalink
Merge pull request #291 from open-ephys/issue-228
Browse files Browse the repository at this point in the history
Add validation of Neuropixels calibration files
  • Loading branch information
jonnew authored Sep 12, 2024
2 parents 00e7f98 + 9eb4650 commit f48d2f2
Show file tree
Hide file tree
Showing 23 changed files with 1,100 additions and 574 deletions.
31 changes: 15 additions & 16 deletions OpenEphys.Onix1.Design/GenericDeviceDialog.Designer.cs

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

15 changes: 0 additions & 15 deletions OpenEphys.Onix1.Design/GenericDeviceDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,5 @@ public GenericDeviceDialog()
{
InitializeComponent();
}

private void ButtonClick(object sender, System.EventArgs e)
{
if (sender is Button button)
{
if (button.Name == nameof(buttonOK))
{
DialogResult = DialogResult.OK;
}
else if (button.Name == nameof(buttonCancel))
{
DialogResult = DialogResult.Cancel;
}
}
}
}
}
Loading

0 comments on commit f48d2f2

Please sign in to comment.