系统主函数(program
cs)usingSystem;usingSystem
Collections
Generic;usingSystem
Windows
Forms;namespacewarehouse{staticclassProgram{//////应用程序的主入口点
///[STAThread]staticvoidMain(){Application
EnableVisualStyles();Application
SetCompatibleTextRenderingDefault(false);Application
Run(newfrmLogin());//运行一个登陆对象}}}集的常规信息usingSystem
Reflection;usingSystem
Runtime
CompilerServices;usingSystem
Runtime
InteropServices;//有关程序集的常规信息通过下列属性集//控制
更改这些属性值可修改//与程序集关联的信息
[assembly:AssemblyTitle("warehouse")][assembly:AssemblyDescription("")][assembly:AssemblyConfiguration("")][assembly:AssemblyCompany("")][assembly:AssemblyProduct("warehouse")][assembly:AssemblyCopyright("版权所有2009")][assembly:AssemblyTrademark("")][assembly:AssemblyCulture("")]//将ComVisible设置为false使此程序集中的类型//对COM组件不可见
如果需要从COM访问此程序集中的类型,//则将该类型上的Co