JamesMatchett / yArp

Arp Deauth attack written in C#
Apache License 2.0
3 stars 1 forks source link

Reconstruct patch 1 #7

Closed JamesMatchett closed 5 years ago

JamesMatchett commented 5 years ago

Reorgs the entire project to be more manageable

Basically the only code that should be working in MainForm.cs is method calls or UI handling.

Anything more complicated than that should really be in it's own class

JamesMatchett commented 5 years ago

Forgot to add. This fixes #4 and #3