stopwatch: added create_control_variables als Methode ausgelagert.
This commit is contained in:
		@@ -65,6 +65,7 @@ class StopWatch_App(Tk):
 | 
			
		||||
    def __init__(self):
 | 
			
		||||
        super().__init__()
 | 
			
		||||
        self.controller = WatchController(self)
 | 
			
		||||
        self.create_control_variables()
 | 
			
		||||
        self.create_widgets()
 | 
			
		||||
        self.bind_events()
 | 
			
		||||
        
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user