Skip to content

Commit

Permalink
优化内存占用
Browse files Browse the repository at this point in the history
  • Loading branch information
STBBRD committed Nov 2, 2024
1 parent bc5abc6 commit a4f1dff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ private void Page_Unloaded(object sender, EventArgs e)
timer.Stop();
timer.Tick -= Timer_Tick;
Unloaded -= Page_Unloaded;
ImageWeather.Source = null;
}
}
}

0 comments on commit a4f1dff

Please sign in to comment.