資源簡介
代碼片段和文件信息
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 客戶端與服務器端相互發送消息(即時通信)
評論
共有 條評論