vs2010隐藏一段代码

#region #隐藏后注释名

#endregion

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
#region #隐藏示例
namespace Windows2
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void toolStripMenuItem1_Click(object sender, EventArgs e)
        {

        }
    }
}
#endregion

 

posted @ 2016-07-19 19:47  隐逸天涯  阅读(938)  评论(0编辑  收藏  举报