stopwatch: added create_control_variables als Methode ausgelagert.
This commit is contained in:
parent
5deb609663
commit
edfbedacc3
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user