Skip to content

Commit

Permalink
Consective Sessions And NAT Added
Browse files Browse the repository at this point in the history
  • Loading branch information
AshenSenevirathne committed Oct 2, 2020
1 parent 19f48c9 commit 38baa28
Show file tree
Hide file tree
Showing 27 changed files with 2,516 additions and 18 deletions.
10 changes: 5 additions & 5 deletions TimeTable_App/App.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<connectionStrings>
<add name="DBCON"
connectionString="Data Source=DESKTOP-CGGE8TK\MSSQLSERVER01;Initial Catalog=TimeTable;Integrated Security=True"
providerName="System.Data.SqlClient"/>
</connectionStrings>
<connectionStrings>
<add name="DBCON"
connectionString="Data Source=DESKTOP-CGGE8TK\MSSQLSERVER01;Initial Catalog=TimeTable;Integrated Security=True"
providerName="System.Data.SqlClient"/>
</connectionStrings>
</configuration>
218 changes: 218 additions & 0 deletions TimeTable_App/Forms/SubForms/ConsectiveSessionsSubForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 38baa28

Please sign in to comment.