Commit 755551ee by BellCodeEditor

save project

parent 145fe74a
Showing with 11 additions and 0 deletions
import tkinter
def login_to_reg():
app_login.root.destroy()
glodal app_reg
app_reg.show()
def reg_to_login():
app_reg.root.destroy()
global app_login
app_login = My_register
app_login.show()
def login_to_reg(): # 登录界面转注册界面
pass
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment