Реорганизована структура проекта.

Лабораторные работы вынесены в отдельные папки
This commit is contained in:
danamir
2018-03-09 16:18:06 +03:00
parent 3837f5defa
commit 7519c97115
3 changed files with 13 additions and 71 deletions

View File

@@ -43,8 +43,8 @@ class SecondPage(wx.Frame):
# Virtual event handlers, overide them in your derived class
def lab1(self, event):
from gui import third_page
nex_page = third_page.MainFrame()
from lab1 import lab1
nex_page = lab1.MainFrame()
nex_page.Show()