示例#1
0
 def _cargar_ui_inicio(self):
     Modulo._cargar_ui_web(self)
     self._inicio()
     self.controller.set_pantalla()
     self.ventana.show_all()
示例#2
0
文件: recuento.py 项目: Goblab/vot.ar
 def _cargar_ui_recuento(self):
     Modulo._cargar_ui_web(self)
     self.ventana.show_all()
示例#3
0
文件: recuento.py 项目: sunzu/vot.ar
 def _cargar_ui_recuento(self):
     Modulo._cargar_ui_web(self)
     self.ventana.show_all()
示例#4
0
文件: recuento.py 项目: Goblab/vot.ar
 def _cargar_ui_web(self):
     Modulo._cargar_ui_web(self)
示例#5
0
文件: recuento.py 项目: sunzu/vot.ar
 def _cargar_ui_web(self):
     Modulo._cargar_ui_web(self)