嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#实现倒计时源代码
.
├── C#实现倒计时源代码.rar
└── timer
└── timer
├── timer
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── DataSources
│ │ │ └── timer.Properties.Settings.datasource
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ └── 48420[2].jpg
│ ├── Setting.Designer.cs
│ ├── Setting.cs
│ ├── Setting.resx
│ ├── Settings1.Designer.cs
│ ├── Settings1.cs
│ ├── Settings1.settings
│ ├── WinHotKey.cs
│ ├── app.config
│ ├── bin
│ │ └── Debug
│ │ ├── sounds
│ │ │ ├── tidal.wav
│ │ │ ├── trainpass.wav
│ │ │ ├── trainpassslow.wav
│ │ │ ├── waterlap_shore.wav
│ │ │ ├── wavdance.wav
│ │ │ ├── windsand.wav
│ │ │ └── windy.wav
│ │ ├── timer.exe
│ │ ├── timer.exe.config
│ │ ├── timer.pdb
│ │ ├── timer.vshost.exe
│ │ └── timer.vshost.exe.config
│ ├── globe.ico
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── timer.Form1.resources
│ │ │ ├── timer.Properties.Resources.resources
│ │ │ ├── timer.Setting.resources
│ │ │ ├── timer.csproj.GenerateResource.Cache
│ │ │ ├── timer.exe
│ │ │ ├── timer.pdb
│ │ │ └── timer.tip.resources
│ │ └── timer.csproj.FileList.txt
│ ├── sounds
│ │ ├── animal1.wav
│ │ ├── rainthn2.wav
│ │ ├── ringin2.wav
│ │ ├── river.wav
│ │ ├── riverbrd.wav
│ │ ├── summer.wav
│ │ ├── swamp.wav
│ │ ├── thunder1.wav
│ │ ├── thunder2.wav
│ │ ├── thunder3.wav
│ │ └── thunder4.wav
│ ├── timer.csproj
│ ├── timer.csproj.user
│ ├── tip.Designer.cs
│ ├── tip.cs
│ └── tip.resx
├── timer.sln
├── timer.suo
└── 讲课时钟
├── Debug
├── Release
└── 讲课时钟.vdproj
17 directories, 61 files