Commit 233c2b4e by BellCodeEditor

save project

parent 3faf4b37
Showing with 14 additions and 2 deletions
"""读取csv文件"""" import tkinter
\ No newline at end of file def login_to_reg():
app_login.root.destroy()
global app_reg
app_reg=my_register()
app_reg.show()
def reg_to_login():
app_reg.root destroy()
global app_login
app_login=my_login()
app_login.show()
\ No newline at end of file
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