mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-10-29 15:20:29 +00:00
Parsing
This commit is contained in:
@@ -190,7 +190,7 @@ namespace Test
|
||||
var format = x.RequiredFormat;
|
||||
|
||||
if (format == IIPAuthPacketIAuthFormat.Number)
|
||||
return new AsyncReply<object>(Convert.ToInt32(Console.ReadLine()));
|
||||
return new AsyncReply<object>(Convert.ToInt32(10));
|
||||
else if (format == IIPAuthPacketIAuthFormat.Text)
|
||||
return new AsyncReply<object>(Console.ReadLine().Trim());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user