Callisto82 / tftp.net

Implements the TFTP (Trivial File Transfer) protocol (client/server) in an easy-to-use C#/.NET library.
Microsoft Public License
81 stars 38 forks source link

how can i use this library in a form project #33

Closed sakurawill closed 2 years ago

sakurawill commented 3 years ago

i try it can run in a console project, but i don't know how to use this library in a form project, as i add the sample code in my form project, it just can't work. hope for your help. thanks a lot.

Callisto82 commented 3 years ago

Actually it works in a Windows Forms project the same way as in the example apps.