Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bparks13 committed Sep 11, 2024
1 parent 6affe1c commit 57f4d70
Show file tree
Hide file tree
Showing 13 changed files with 477 additions and 474 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;
}
}
}
}
}
34 changes: 17 additions & 17 deletions OpenEphys.Onix1.Design/NeuropixelsV1eDialog.Designer.cs

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

Loading

0 comments on commit 57f4d70

Please sign in to comment.