资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Reflection;
using System.IO;
namespace Weather
{
public partial class MainForm : Form
{
public MainForm()
{
InitializeComponent();
}
public void InvokeToForm(Action action) => this.Invoke(action);
public void BeginInvokeToForm(Action action) => this.BeginInvoke(action);
private void BindProvince()
{
this.InvokeToForm(() =>
{
comboBoxProvince.ComboBox.ValueMember = “ID“;
comboBoxProvince.ComboBox.DisplayMember = “Name“;
})
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-04-30 10:01 Weather\
文件 178 2018-02-01 09:41 Weather\App.config
文件 22736 2018-02-01 09:41 Weather\MainForm.Designer.cs
文件 10552 2018-02-01 09:41 Weather\MainForm.cs
文件 24036 2018-02-01 09:41 Weather\MainForm.resx
文件 2632 2018-02-01 09:41 Weather\Place.cs
文件 500 2018-02-01 09:41 Weather\Program.cs
目录 0 2018-04-30 10:00 Weather\Properties\
文件 1313 2018-02-01 09:41 Weather\Properties\AssemblyInfo.cs
文件 2792 2018-02-01 09:41 Weather\Properties\Resources.Designer.cs
文件 5496 2018-02-01 09:41 Weather\Properties\Resources.resx
文件 1081 2018-02-01 09:41 Weather\Properties\Settings.Designer.cs
文件 242 2018-02-01 09:41 Weather\Properties\Settings.settings
文件 4492 2018-02-01 09:41 Weather\Weather.csproj
文件 7158 2018-02-01 09:41 Weather\WeatherDay.Designer.cs
文件 9710 2018-02-01 09:41 Weather\WeatherDay.cs
文件 5698 2018-02-01 09:41 Weather\WeatherDay.resx
文件 8072 2018-02-01 09:41 Weather\WeatherDayMore.Designer.cs
文件 6152 2018-02-01 09:41 Weather\WeatherDayMore.cs
文件 5698 2018-02-01 09:41 Weather\WeatherDayMore.resx
文件 15315 2018-02-01 09:41 Weather\WeatherDetail.cs
文件 2127 2018-02-01 09:41 Weather\xm
目录 0 2018-04-30 10:01 Weather\bin\
目录 0 2018-04-30 10:01 Weather\bin\Debug\
文件 68608 2018-04-30 10:01 Weather\bin\Debug\Weather.exe
文件 178 2018-02-01 09:41 Weather\bin\Debug\Weather.exe.config
文件 83456 2018-04-30 10:01 Weather\bin\Debug\Weather.pdb
文件 9662 2018-02-01 09:41 Weather\logo.ico
目录 0 2018-04-30 10:01 Weather\obj\
目录 0 2018-04-30 10:01 Weather\obj\Debug\
目录 0 2018-04-30 10:04 Weather\obj\Debug\TempPE\
............此处省略12个文件信息
- 上一篇:百度网盘搜索工具源码
- 下一篇:TCP 客户端与服务器端相互发送消息(即时通信)
相关资源
- adsl 自动拨号类 源码
- 教室/会议室预定系统源码
- C# 邮件群发示例 源码下载18952
- 数据同步服务程序源码(附数据库脚
- C# 飞行棋 游戏源码(面向对象入门)
- Multipart解析类库源码(HttpMultipart)
- Prodave6联接程序源码
- 疯子ftp上传工具源码传送数据到服务
- 《C#版Ftp软件源码》
- WPF 自定义标题的winform窗体实现源码
- Socket局域网聊天项目(客户端源码)
- NET G4(EntityMapping)源码
- 网格系统源码
- 2048游戏完整(学会界面和逻辑解耦)
- 357game(数字游戏源码)
- 保卫萝卜源码及教程
- C#批量解压缩桌面程序源码(ICSharpC
- asp.net 多文件上传源码
- Unicode解码、编码工具(附源码)
- ProxyHelper IE 代理 操作类 源码
- Request的几种 Url 用法比较 有有源码
- 屏幕取色 取色器源码
- UU云远程打码工具源码
- MD5值校正工具源码
- C# 排列组合类源码 以及调用
- C# 农历 操作常用类 源码
- 青春部落格pds图片源码
- Sharepoint自动创建网站 源码
- 根据文件列表,合并文本文件,保持
- 提取exe dll文件中的 资源图片文件
评论
共有 条评论