标签: c# wpf user-controls dispose
嗨如何完全卸载userControl?我以这种方式加载我的usercontrol:
this.fireDB.list(`directory`).push(data).then(res => { console.log(res.key); // Use this key to remove it later. });
我找不到任何处理方法