Skip to content

Commit

Permalink
Merge pull request #1 from mark2712/dev
Browse files Browse the repository at this point in the history
add form icon
  • Loading branch information
mark2712 authored May 21, 2023
2 parents 3928eff + a258370 commit 302ad7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ static void Main(string[] args)

Form1 form = new Form1();

Icon appIcon = new Icon("img/ico0.ico");
form.Icon = appIcon;

Application.Run(form);
}
}

0 comments on commit 302ad7a

Please sign in to comment.