Skip to content

Commit 7bbd2d5

Browse files
committed
first commit
0 parents  commit 7bbd2d5

21 files changed

+9803
-0
lines changed

.gitignore

Lines changed: 405 additions & 0 deletions
Large diffs are not rendered by default.

App.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
5+
</startup>
6+
</configuration>

Form1.Designer.cs

Lines changed: 475 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)