Program.cs
资源名称:Bank.rar [点击查看]
上传用户:hesong1250
上传日期:2022-06-29
资源大小:105k
文件大小:0k
源码类别:
金融证券系统
开发平台:
ASP/ASPX
- using System;
- using System.Collections.Generic;
- using System.Windows.Forms;
- namespace 中国.建设银行
- {
- static class Program
- {
- /// <summary>
- /// 应用程序的主入口点。
- /// </summary>
- [STAThread]
- static void Main()
- {
- Application.EnableVisualStyles();
- Application.SetCompatibleTextRenderingDefault(false);
- Application.Run(new Form1());
- }
- }
- }