Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudhipm committed Sep 3, 2015
1 parent f4f3a18 commit e035b57
Show file tree
Hide file tree
Showing 14 changed files with 1,736 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Paging/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="linktype" value="NAMEDPIPE"/>
<add key="ipconfig" value="192.168.1.113"/>
<add key="WSL_PATH" value="WSL"/>
<add key="port" value="50001"/>
</appSettings>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
428 changes: 428 additions & 0 deletions Paging/Paging.Designer.cs

Large diffs are not rendered by default.

Loading

0 comments on commit e035b57

Please sign in to comment.