修改vs模板抬头\Common7\IDE\ItemTemplates\CSharp\Code\2052\Class

//********************************************************************************************************
//* Creator by: liupan $time$
//* Lastest update by:
//* Lastest update remark:
//********************************************************************************************************
using System;
using System.Collections.Generic;
$if$ ($targetframeworkversion$ >= 3.5)using System.Linq;
$endif$using System.Text;
$if$ ($targetframeworkversion$ >= 4.5)using System.Threading.Tasks;
$endif$
namespace $rootnamespace$
{
class $safeitemrootname$
{
}
}

posted @ 2017-06-01 15:50  卡玛兹  阅读(524)  评论(0编辑  收藏  举报
你好