fixed bug: process cannot exit

This commit is contained in:
MistEO
2021-07-20 23:36:57 +08:00
parent ca412965ca
commit dab705a3de

View File

@@ -44,6 +44,7 @@ namespace MeoAsstGui
UpdateDialog dialog = new UpdateDialog();
dialog.CheckUpdateAndShowDialog();
dialog.Close();
p_asst = CreateAsst();
update_times.Tick += new EventHandler(updateExecTimes);