You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
530 B

  1. using Learun.Application.TwoDevelopment.EducationalAdministration;
  2. namespace Learun.Application.IMServer
  3. {
  4. /// <summary>
  5. /// 版 本 Learun-ADMS V7.0.0 数字化智慧校园
  6. /// Copyright (c) 2013-2018 北京泉江科技有限公司
  7. /// 创建人:数字化智慧校园-框架开发组
  8. /// 日 期:2017.04.01
  9. /// 描 述:程序开始入口
  10. /// </summary>
  11. class Program
  12. {
  13. static void Main(string[] args)
  14. {
  15. SignUpHelper.Instance.Start();
  16. }
  17. }
  18. }