mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-17 12:25:12 +00:00
Added SignUp implementation.
This commit is contained in:
parent
29568bef11
commit
c48109eee3
4 changed files with 80 additions and 19 deletions
|
|
@ -1,9 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<add key="numberToAuthenticate" value="" />
|
||||
<add key="numberToSendMessage" value=""/>
|
||||
<add key="userNameToSendMessage" value=""/>
|
||||
<add key="NumberToAuthenticate" value="" />
|
||||
<add key="NotRegisteredNumberToSignUp" value=""/>
|
||||
<add key="NumberToSendMessage" value=""/>
|
||||
<add key="UserNameToSendMessage" value=""/>
|
||||
<add key="NumberToGetUserFull" value=""/>
|
||||
</appSettings>
|
||||
</configuration>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue