DutchSlav

Results 1 comments of DutchSlav

I'm not completely sure, but your code ```cs using Stream myImage = File.OpenRead(NAME); ``` is the problem. "using" indicates that it should dispose of itself after the first use. Hope...