(self, event)
| 316 | self.Center(wx.BOTH) |
| 317 | |
| 318 | def OnChargeExportChange(self, event): |
| 319 | EsiSettings.getInstance().set('exportCharges', self.exportChargesCb.GetValue()) |
| 320 | event.Skip() |
| 321 | |
| 322 | def OnImplantsExportChange(self, event): |
| 323 | EsiSettings.getInstance().set('exportImplants', self.exportImplantsCb.GetValue()) |
nothing calls this directly
no test coverage detected