Skip to content
Snippets Groups Projects
Commit 6cd81ec5 authored by Nick Kozel's avatar Nick Kozel
Browse files

cleaning code

parent 71c5164d
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,7 @@ namespace Gifitti
string file = openFileDialog1.FileName;
try
{
Image loadedGif = Image.FromFile(file)
;
Image loadedGif = Image.FromFile(file);
gifView.Image = loadedGif;
gifView.Width = loadedGif.Width;
gifView.Height = loadedGif.Height;
......
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment