1 Star 0 Fork 122

Murphy/DevelopAssistant

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
Program.cs 490 Bytes
Copy Edit Raw Blame History
wxd_tony1984 authored 2017-06-06 17:18 +08:00 . 一些修改
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace DevelopAssistant.AddIn.SQLProfesser
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new MainForm());
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/mpbillion/DevelopAssistant.git
git@gitee.com:mpbillion/DevelopAssistant.git
mpbillion
DevelopAssistant
DevelopAssistant
master

Search