//********************************************************************************************************
//* 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$
{
}
}

相关文章:

  • 2022-01-31
  • 2021-07-26
  • 2021-07-03
  • 2021-10-20
  • 2021-12-25
  • 2021-12-05
  • 2021-10-24
  • 2022-01-20
猜你喜欢
  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-22
  • 2021-09-16
相关资源
相似解决方案