日期:2014-05-18  浏览次数:20735 次

请问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中,这种.......的东西怎样去掉啊?看起来难看死了!

------解决方案--------------------
楼主好人,我来接!