首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

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

2012-04-01 
请问VS2010中,这种.......的东西怎样去掉啊?using Systemusing System.Collections.Genericusing System

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

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

热点排行