def __init__(self, controller, mainWindow):
     self.controller = controller
     ScreenWithBackButton.__init__(self, "Projector Screens", mainWindow)
Esempio n. 2
0
 def __init__(self, controller, mainWindow):
     self.controller = controller
     ScreenWithBackButton.__init__(self, "System Log", mainWindow)
Esempio n. 3
0
 def __init__(self, controller, mainWindow):
     self.controller = controller
     ScreenWithBackButton.__init__(self, "Blinds", mainWindow)