mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
Removed duplicated code
This commit is contained in:
@@ -833,18 +833,6 @@ class MyFrame(wx.Frame):
|
||||
self.led_ac.set_value(count)
|
||||
|
||||
|
||||
# test it ...
|
||||
app = wx.PySimpleApp()
|
||||
frame1 = MyFrame(title='pymlac 0.1')
|
||||
frame1.Center()
|
||||
frame1.Show()
|
||||
app.MainLoop()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# test it ...
|
||||
app = wx.PySimpleApp()
|
||||
frame1 = MyFrame(title='pymlac 0.1')
|
||||
|
||||
Reference in New Issue
Block a user