prompt() public method

public prompt ( IoState state ) : void
state IoState
return void
Beispiel #1
0
 static void Main()
 {
     IoState state = new IoState();
     state.prompt(state);
 }
Beispiel #2
0
        static void Main()
        {
            IoState state = new IoState();

            state.prompt(state);
        }