Skip to content

Commit

Permalink
Clean codes
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcapp committed Aug 14, 2023
1 parent c790ef6 commit 53c024b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion MikuWeather_CS/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using System.Drawing;
using System.Globalization;
using System.Windows.Forms;
using System.Drawing.Text;

namespace MikuWeather {
public partial class Form1 : Form {
Expand Down
2 changes: 1 addition & 1 deletion MikuWeather_CS/FormShow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void SetWeather(string todayWeather, string tomorrowWeather) {
lnkTomorrowWeather.Text = tomorrowWeather;
lnkTomorrowWeather.LinkArea = blankArea;
}

public void SetPic(Bitmap todayPic, Bitmap tomorrowPic) {
picToday.Image = todayPic;
picTomorrow.Image = tomorrowPic;
Expand Down

0 comments on commit 53c024b

Please sign in to comment.