def change_password_button_click(self):
     for inner_frame in self.content_frame.winfo_children():
         inner_frame.destroy()
     changepassword.ChangePasswordFrame(self.content_frame)
예제 #2
0
 def change_password_button_click(self):
     changepassword.ChangePasswordFrame(self.content_frame)