• 大小: 0.09M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: API  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace DataGetApp
{
    public class ControlModel
    {
        public int ctrhandleid { get; set; }
        public string ctrtype { get; set; }
        public string ctrname { get; set; }
        public string ctrvalue { get; set; }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        7227  2015-11-25 15:11  Form1.cs
     文件        9921  2015-11-25 11:51  Form1.Designer.cs
     文件        5817  2015-11-25 14:11  Form1.resx
     文件       10629  2015-11-25 14:56  Form2.cs
     文件        2570  2015-11-25 14:16  Form2.Designer.cs
     文件        5817  2015-11-25 14:16  Form2.resx
     文件        9637  2015-11-25 15:12  ListViewControl.cs
     文件        1397  2015-11-25 11:00  MyControl.cs
     文件        2272  2015-11-24 11:08  MyProcess.cs
     文件        3494  2015-11-25 11:27  MyWindow.cs
     文件         522  2015-11-25 15:02  Program.cs
     文件        1535  2015-11-25 13:03  PropertyComparer.cs
     目录           0  2015-11-23 15:05  bin\
     目录           0  2015-11-25 13:04  bin\Debug\
     文件       23552  2015-11-25 15:13  bin\Debug\DataGetApp.exe
     文件         187  2015-11-23 11:40  bin\Debug\DataGetApp.exe.config
     文件       56832  2015-11-25 15:13  bin\Debug\DataGetApp.pdb
     文件       22984  2015-11-25 15:10  bin\Debug\DataGetApp.vshost.exe
     文件         187  2015-11-23 11:40  bin\Debug\DataGetApp.vshost.exe.config
     目录           0  2015-11-23 15:05  bin\Release\
     目录           0  2015-11-23 11:40  obj\
     目录           0  2015-11-25 15:13  obj\Debug\
     文件         997  2015-11-25 15:13  obj\Debug\DataGetApp.csproj.FileListAbsolute.txt
     文件        1033  2015-11-25 14:16  obj\Debug\DataGetApp.csproj.GenerateResource.Cache
     文件        2209  2015-11-23 14:41  obj\Debug\DataGetApp.csprojResolveAssemblyReference.cache
     文件       23552  2015-11-25 15:13  obj\Debug\DataGetApp.exe
     文件         180  2015-11-25 14:16  obj\Debug\DataGetApp.Form1.resources
     文件         180  2015-11-25 14:16  obj\Debug\DataGetApp.Form2.resources
     文件       56832  2015-11-25 15:13  obj\Debug\DataGetApp.pdb
     文件         180  2015-11-25 14:16  obj\Debug\DataGetApp.Properties.Resources.resources
     文件        1308  2015-11-23 14:51  obj\Debug\DesignTimeResolveAssemblyReferences.cache
............此处省略16个文件信息

评论

共有 条评论