TLSharp and Tests

This commit is contained in:
Ilya Pirozhneko 2015-09-28 10:01:17 +08:00
parent 9cf850e9b8
commit 3bb487a194
39 changed files with 21943 additions and 0 deletions

8
TLSharp.Tests/app.config Normal file
View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="numberToAuthenticate" value="" />
<add key="registeredNumber" value="" />
<add key="unregisteredNumber" value="" />
</appSettings>
</configuration>