Cypress Suite USB 3.4.6

源代码在线查看: program.cs

软件大小: 13335 K
上传用户: lennonwang
关键词: Cypress Suite USB
下载地址: 免注册下载 普通下载 VIP

相关代码

				using System;
				using System.Collections.Generic;
				using System.Windows.Forms;
				
				namespace CyControl
				{
				    static class Program
				    {
				        /// 
				        /// The main entry point for the application.
				        /// 
				        [STAThread]
				        static void Main()
				        {
				            Application.EnableVisualStyles();
				            Application.SetCompatibleTextRenderingDefault(false);
				            try
				            {
				                Application.Run(new Form1());
				            }
				            catch (Exception e)
				            {
				                MessageBox.Show(e.StackTrace, "Exception '" + e.Message + "' thrown by " + e.Source);
				            }
				        }
				    }
				}			

相关资源