Click or drag to resize

aceTerminalInputaskYesNo Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Postavlja Y/N pitanje korisniku. Ako pritisne neorgovarajuc taster - postavice pitanje ponovo

Namespace:  imbACE.Services.terminal
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public static bool askYesNo(
	string question,
	bool defans = true,
	ILogBuilder loger = null
)
Request Example View Source

Parameters

question
Type: SystemString
The question.
defans (Optional)
Type: SystemBoolean
if set to true [defans].
loger (Optional)
Type: ILogBuilder

Return Value

Type: Boolean
TRUE on yes
See Also