[求助]刚刚用VS2005遇到一个问题
程序省略了~....
请问在VS2005中~~如何调出左边的01,02,03.......的程序行数
01: public class hello
02: {
03: public static void Main()
04: {
05: string userinput;
06: string username;
07:
08: System.Console.WriteLine("Pease type your name");
09:
10: }
11: }
谢谢
[此贴子已经被作者于2007-4-21 18:22:31编辑过]