add run_page function
This commit is contained in:
@@ -45,6 +45,7 @@ class SecondPage(wx.Frame):
|
||||
from labs.lab1 import lab1
|
||||
nex_page = lab1.MainFrame()
|
||||
nex_page.Show()
|
||||
|
||||
def run_page(self):
|
||||
app = wx.App(False)
|
||||
frame = SecondPage(None)
|
||||
|
||||
Reference in New Issue
Block a user