基本信息
源码名称:PC自动关机
源码大小:20.82M
文件格式:.rar
开发语言:C#
更新时间:2023-05-27
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
PC自动关机

.
├── 好例子网C#_自动关机程序 2021-6-2.rar
└── 自动关机程序 2021-6-2
    ├── lclvis
    │   ├── FodyWeavers.xml
    │   ├── Form1.Designer.cs
    │   ├── Form1.cs
    │   ├── Form1.resx
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── app.config
    │   ├── bin
    │   │   └── Debug
    │   │       ├── ControlExs.dll
    │   │       ├── ControlExs.pdb
    │   │       ├── HZH_Controls.dll
    │   │       ├── HZH_Controls.pdb
    │   │       ├── data
    │   │       │   ├── 20200704103653.csv
    │   │       │   ├── 20200704103953.csv
    │   │       │   ├── 20200704104606.csv
    │   │       │   ├── 20200704110013.csv
    │   │       │   ├── 20200704110113.csv
    │   │       │   ├── 20200704110213.csv
    │   │       │   ├── 20200704110313.csv
    │   │       │   └── 20200704110413.csv
    │   │       ├── lclvis.exe.config
    │   │       ├── lclvis.pdb
    │   │       ├── lclvis.vshost.exe
    │   │       ├── lclvis.vshost.exe.config
    │   │       └── lclvis.vshost.exe.manifest
    │   ├── lclvis.csproj
    │   ├── obj
    │   │   └── x86
    │   │       └── Debug
    │   │           ├── Common.cs
    │   │           ├── Costura
    │   │           │   ├── 229D665A117FCA1BCB9C13F49657312CD5DDD780.costura.hzh_controls.pdb.compressed
    │   │           │   ├── A36B99D5312887706584D9549AA60DCB54159D2E.costura.controlexs.dll.compressed
    │   │           │   ├── E3F10265EBBA8CCA772C83AC565EB153AA71B75E.costura.controlexs.pdb.compressed
    │   │           │   └── EA4AD9E60443458CD5CDC824357EE93D6AC00F2B.costura.hzh_controls.dll.compressed
    │   │           ├── DesignTimeResolveAssemblyReferences.cache
    │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │           ├── ILTemplate.cs
    │   │           ├── TempPE
    │   │           │   └── Properties.Resources.Designer.cs.dll
    │   │           ├── lclvis.Form1.resources
    │   │           ├── lclvis.Properties.Resources.resources
    │   │           ├── lclvis.csproj.FileListAbsolute.txt
    │   │           ├── lclvis.csproj.GenerateResource.Cache
    │   │           ├── lclvis.csprojResolveAssemblyReference.cache
    │   │           ├── lclvis.exe
    │   │           ├── lclvis.exe.tmp
    │   │           ├── lclvis.pdb
    │   │           └── lclvis.pdb.tmp
    │   ├── packages.config
    │   └── 项目11.ico
    ├── lclvis.sln
    ├── lclvis.suo
    ├── packages
    │   ├── Costura.Fody.1.6.2
    │   │   ├── Costura.Fody.1.6.2.nupkg
    │   │   ├── Costura.Fody.dll
    │   │   ├── Costura.Fody.pdb
    │   │   ├── Costura.Tasks.dll
    │   │   ├── Costura.Tasks.pdb
    │   │   ├── build
    │   │   │   ├── dotnet
    │   │   │   │   └── Costura.Fody.targets
    │   │   │   └── portable-net sl win wpa wp
    │   │   │       └── Costura.Fody.targets
    │   │   ├── lib
    │   │   │   ├── dotnet
    │   │   │   │   ├── Costura.dll
    │   │   │   │   └── Costura.pdb
    │   │   │   └── portable-net sl win wpa wp
    │   │   │       ├── Costura.dll
    │   │   │       └── Costura.pdb
    │   │   └── tools
    │   │       ├── install.ps1
    │   │       └── uninstall.ps1
    │   ├── Fody.2.0.0
    │   │   ├── Content
    │   │   │   └── FodyWeavers.xml
    │   │   ├── Fody.2.0.0.nupkg
    │   │   ├── Fody.dll
    │   │   ├── Fody.pdb
    │   │   ├── FodyCommon.dll
    │   │   ├── FodyCommon.pdb
    │   │   ├── FodyIsolated.dll
    │   │   ├── FodyIsolated.pdb
    │   │   ├── Mono.Cecil.Mdb.dll
    │   │   ├── Mono.Cecil.Pdb.dll
    │   │   ├── Mono.Cecil.Rocks.dll
    │   │   ├── Mono.Cecil.dll
    │   │   ├── Tools
    │   │   │   └── install.ps1
    │   │   └── build
    │   │       ├── dotnet
    │   │       │   └── Fody.targets
    │   │       ├── netstandard1.4
    │   │       │   └── Fody.targets
    │   │       └── portable-net sl win wpa wp
    │   │           └── Fody.targets
    │   └── repositories.config
    └── 项目11.ico

27 directories, 83 files