Commit 9a82a281 by BellCodeEditor

save project

parent cc4e9051
Showing with 3 additions and 1 deletions
......@@ -41,7 +41,9 @@ class Note(): # 便签、笔记
def ramove(self):
num=self,v.get()
alist.pop(num)
self.canvas.destroy()
app.show()
def get_info(self):
info = self.ent.get()
self.ent.delete("0", END)
......
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