예제 #1
0
파일: demo.py 프로젝트: sunzu/vot.ar
 def _iniciar_demo(self):
     self._descargar_ui_web()
     self.web_template = "voto"
     self.controller = ControllerVoto(self)
     self.registrador = FakeRegistrador(self._fin_registro, self.seleccion,
                                        self)
     self._cargar_ui_web()
     self.ventana.show_all()
예제 #2
0
파일: voto.py 프로젝트: sunzu/vot.ar
 def set_controller(self):
     self.controller = ControllerVoto(self)