Commit ead3885d by BellCodeEditor

auto save

parent 145fe74a
Showing with 2 additions and 1 deletions
......@@ -102,6 +102,6 @@ class My_register(): # 注册窗口
self.password1 = self.e2.get()
self.password2 = self.e3.get()
return self.name, self.password1, self.password2
+
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