コード例 #1
0
 def OnGenBitmapTextButtonExcluir(self, event):
     aluno = Aluno()
     try:
         if aluno.delete(self.campoCPFA.GetValue()):
             self.zerar()
         else:
             None
     except:
         None
     event.Skip()
コード例 #2
0
 def OnGenBitmapTextButtonExcluir(self, event):
     aluno = Aluno()
     try:
         if aluno.delete(self.campoCPFA.GetValue()):
             self.zerar()
         else:
             None
     except:
         None
     event.Skip()