ArchiSteamFarm.Program.GetUserInput C# (CSharp) Метод

GetUserInput() статический приватный Метод

static private GetUserInput ( ASF userInputType, string botName = SharedInfo.ASF, string extraInformation = null ) : string
userInputType ASF
botName string
extraInformation string
Результат string
        internal static string GetUserInput(ASF.EUserInputType userInputType, string botName = SharedInfo.ASF, string extraInformation = null)
        {
            return null; // TODO
        }

Usage Example

Пример #1
0
 internal static void Init()
 {
     if (string.IsNullOrEmpty(Program.GlobalConfig.WCFHost))
     {
         Program.GlobalConfig.WCFHost = Program.GetUserInput(ASF.EUserInputType.WCFHostname);
     }
 }
All Usage Examples Of ArchiSteamFarm.Program::GetUserInput