Exemple #1
0
 def DeletePrices(self, event):
     question = "This is a destructive action that will delete all cached prices out of the database.\nAre you sure you want to do this?"
     if wxHelpers.YesNoDialog(question, "Confirm"):
         clearPrices()
Exemple #2
0
 def DeletePrices(self, event):
     question = "This is a destructive action that will delete all cached prices out of the database.\nAre you sure you want to do this?"
     if wxHelpers.YesNoDialog(question, "Confirm"):
         clearPrices()