예제 #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)