That is much better.
A couple of additional suggestions:
- Your link is https://github.com/Voladimer13/BTC-E-Trader---Source-Code without the ".git" that is for cloning (downloading the whole repo)
- Read the link i gave you on stackoverflow to do it much easier and faster from inside Visual Studio.
- You need to add a ".gitignore" file to exclude "binaries (.exe)" and that unnecessary ".rar" file which you have. There is no need to make a separate archive file git with make it automatically from the repository when you use that link with ".git" at the end. And if you want to keep a history of releases you can do something like this https://github.com/spesmilo/electrum/releases from your "Releases" tab.
p.s. I am a bit busy these days with multiple project at hand (learning and developing at the same time) but I will make sure to check out the code in detail and contribute if I can.
For now I suggest you should look into .gitignore and what you should and should not include.
First impression:
Is it your own code or did you copy it from somewhere? Why is it checking for new version from sourceforge?
The code is too crowded.
e.g. frmMain.cs file is 2201 lines. Separate the business logic and GUI, Look into using WPF (xaml) instead of winforms and also take a look in MVVM pattern. Reading all this code in one place mixed with GUI is not easy and will cause lots of bugs and makes maintaining and updating code impossible.
Thanks for the Suggestions ,
- i got it from internet & i have written that in my topic also