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