• 大小: 0.15M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 天气预报  源码  天气  7  

资源简介


资源截图

代码片段和文件信息

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\xmlOperator.cs
     目录           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个文件信息

评论

共有 条评论