123456789101112131415161718192021222324252627282930313233343536 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace CollaborativePlatformMain
- {
- /// <summary>
- ///
- /// <para>文件名(File Name): Program.cs</para>
- ///
- /// <para>描述(Description): 项目执行主方法</para>
- ///
- /// <para>数据表(Tables): nothing</para>
- ///
- /// <para>作者(Author): Ou Rui Song</para>
- ///
- /// <para>日期(Create Date): 2024年4月20日10:29:15</para>
- ///
- /// 修改记录(Revision History):
- /// R1:
- /// 修改作者:
- /// 修改日期:
- /// 修改理由:
- ///
- /// </summary>
- internal class Program
- {
- static void Main(string[] args)
- {
- }
- }
- }
|