Commit 86d752c6 by BellCodeEditor

save project

parent d7700c03
Showing with 2 additions and 0 deletions
......@@ -41,6 +41,8 @@ class Note(): # 便签、笔记
def remove(self):
num=self.v.get()
alist.pop(num)
self.canvas.destroy()
app.show()
def get_info(self):
info = self.ent.get()
......
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