PavlikBender / Pickers

MIT License
7 stars 2 forks source link

Add OpenFilePicker file picker #2

Closed marticliment closed 4 months ago

marticliment commented 5 months ago

Add an OpenFile Picker

PavlikBender commented 4 months ago

Hello @marticliment , sorry for late response, i was very sick last month. I've watched your code and I want ask why we need to add "using System;" in most of code?

marticliment commented 4 months ago

It does not compile, System is needed for some types and is not implicitly imported.

Btw, don't worry about the late response :)