コード例 #1
0
ファイル: sim_app.py プロジェクト: adrianopls/SonicSim
 def PreExit(self):
     msg = 'GriPy Application is preparing to terminate....'
     logging.info(msg)
     
     OM = ObjectManager()
     UIM = UIManager()
     UIM.PreExit()
     OM._reset()
コード例 #2
0
ファイル: my_app.py プロジェクト: adrianopls/TemplateApp
 def PreExit(self):
     msg = "Application is preparing to terminate...."
     logging.debug(msg)
     #
     OM = ObjectManager()
     UIM = UIManager()
     UIM.PreExit()
     OM._reset()