def OnEditBF(self, event): BFE = BFEFrame(self, "old") BFE.Show(True)
def OnNewBF(self, event): BFE = BFEFrame(self, "new") BFE.Show(True)