def showTargetResistsEditor(self, event): dlg = ResistsEditorDlg(self) dlg.ShowModal() dlg.Destroy()
def showTargetResistsEditor(self, event): ResistsEditorDlg(self)