We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7dbd50 + 4a1d9cd commit e766081Copy full SHA for e766081
OpenEphys.Onix1.Design/Headstage64Dialog.cs
@@ -36,8 +36,7 @@ public Headstage64Dialog(ConfigureHeadstage64 configureNode)
36
OpticalStimulatorSequenceDialog = new(configureNode.OpticalStimulator);
37
OpticalStimulatorSequenceDialog.SetChildFormProperties(this).AddDialogToTab(tabPageOpticalStimulator);
38
39
- this.AddMenuItemsFromDialogToFileOption(ElectricalStimulatorSequenceDialog)
40
- .AddMenuItemsFromDialogToFileOption(OpticalStimulatorSequenceDialog);
+ menuStrip1.Visible = false;
41
}
42
43
0 commit comments