2020年仓库管理系统代码.docxVIP

  • 7
  • 0
  • 约7.58万字
  • 约 67页
  • 2021-09-29 发布于山东
  • 举报
(仓库管理)2020 年 2020 年仓库管理系统代码 (仓库管理)2020 年 2020 年仓库管理系统代码 系统主函数(program.cs) using System; using System.Collections.Generic; using System.Windows.Forms; namespace warehouse { static class Program { summary 应用程序的主入口点。 /summary [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new frmLogin());//运行一个登陆对象 } } } 程序集的常规信息 using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; 有关程序集的常规信息通过下列属性集 控制。更改这些属性值可修改 和程序集关联的信息。 [assembly: AssemblyTitle(warehouse)] [assembly: Asse

文档评论(0)

1亿VIP精品文档

相关文档