Commit 18baa72f by BellCodeEditor

auto save

parent b6de1795
Showing with 2 additions and 2 deletions
import tkinter import tkinter
from
def login_to_reg(): # 登录界面转注册界面 def login_to_reg(): # 登录界面转注册界面
app_login.root.destroy() app_login.root.destroy()
global app_rge global app_rge
app_rge=My_register() app_rge=My_register()
app_rge.show() ap tp_rge.show()
def reg_to_login(): # 注册界面转登录界面 def reg_to_login(): # 注册界面转登录界面
......
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