1 Star 1 Fork 4

热夏/WinFormsChartSamples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
MainForm.cs 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
upwon 提交于 2019-03-20 15:16 . c# example of chart.
//==============================================================================
// File: MainForms.cs
//
// Namespace: WinFormsChartSamples
//
// Classes: ApplicationEntryPoint
//
// Purpose: The main entry point for the application.
//
//==============================================================================
// Copyright ?Microsoft Corporation, all rights reserved
//==============================================================================
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Xml;
using System.IO;
using System.Reflection;
using System.Runtime.InteropServices;
namespace WinFormsChartSamples
{
/// <summary>
/// The main entry point for the application.
/// </summary>
public class ApplicationEntryPoint
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
// Run main form
Application.Run(new System.Windows.Forms.DataVisualization.Charting.Utilities.SampleMain.MainForm());
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wang_wx/WinFormsChartSamples.git
git@gitee.com:wang_wx/WinFormsChartSamples.git
wang_wx
WinFormsChartSamples
WinFormsChartSamples
master

搜索帮助