Exemplo n.º 1
0
 def OnEditBF(self, event):
     BFE = BFEFrame(self, "old")
     BFE.Show(True)
Exemplo n.º 2
0
 def OnNewBF(self, event):
     BFE = BFEFrame(self, "new")
     BFE.Show(True)