Esempio n. 1
0
 def shutdown(self):
     AbstractModalDialogController.shutdown(self)
     if self.__thread is not None:
         self.__thread.wait()
Esempio n. 2
0
 def shutdown(self):
     AbstractModalDialogController.shutdown(self)
     if self.__thread is not None:
         self.__thread.wait()