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