Skip to content

Commit b46a440

Browse files
authored
Add files via upload
1 parent 2420ae9 commit b46a440

File tree

11 files changed

+2941
-0
lines changed

11 files changed

+2941
-0
lines changed

WindowsFormsApplication/App.config

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<configSections>
4+
</configSections>
5+
<connectionStrings>
6+
<add name="WindowsFormsApplication5._1.Properties.Settings.userdatabaseConnectionString"
7+
connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\userdatabase.mdb"
8+
providerName="System.Data.OleDb" />
9+
</connectionStrings>
10+
<startup>
11+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
12+
</startup>
13+
</configuration>

WindowsFormsApplication/Form1.Designer.cs

Lines changed: 219 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)