Program.cs
资源名称:Vib_7500.rar [点击查看]
上传用户:junrenl
上传日期:2022-04-24
资源大小:11k
文件大小:0k
源码类别:
Windows Mobile
开发平台:
C#
- using System;
- using System.Collections.Generic;
- using System.Windows.Forms;
- namespace Vib
- {
- static class Program
- {
- /// <summary>
- /// The main entry point for the application.
- /// </summary>
- [MTAThread]
- static void Main()
- {
- Application.Run(new Form1());
- }
- }
- }