diff --git a/Program.cs b/Program.cs index 80c405b..cb70b4e 100644 --- a/Program.cs +++ b/Program.cs @@ -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); } } \ No newline at end of file