读书人

请教VS2010中这种.的东西怎样去掉啊

发布时间: 2012-04-01 17:23:46 作者: rapoo

请问VS2010中,这种.......的东西怎样去掉啊?
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ConsoleApplication1
{
.....class Program
.....{
........static void Main(string[] args)
........{
..............Console.WriteLine("hello");
..............string s = Console.ReadLine();
.........}
......}
}

请问VS2010中,这种.......的东西怎样去掉啊?看起来难看死了!

[解决办法]
楼主好人,我来接!

读书人网 >C#

热点推荐