3 lines
94 B
C#
3 lines
94 B
C#
string chr = string.Empty;
|
|
if(Console.KeyAvailable)
|
|
chr = Console.ReadKey().Key.ToString();
|