嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#实现MediaPlayer播放器
本人刚学习C#自己编写的播放器,功能很全,绝对有价值!
.
├── C#实现MediaPlayer播放器_MyMediaPlayer.rar
└── MyMediaPlayer
├── test2
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.en-US.resx
│ ├── Form1.resx
│ ├── Form1.zh-CHT.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ └── Debug
│ │ ├── AxInterop.WMPLib.dll
│ │ ├── Interop.WMPLib.dll
│ │ ├── en-US
│ │ │ └── test2.resources.dll
│ │ ├── test2.exe
│ │ ├── test2.pdb
│ │ ├── test2.vshost.exe
│ │ └── zh-CHT
│ │ └── test2.resources.dll
│ ├── obj
│ │ ├── Debug
│ │ │ ├── AxInterop.WMPLib.dll
│ │ │ ├── Interop.WMPLib.dll
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ ├── en-US
│ │ │ │ └── test2.resources.dll
│ │ │ ├── test2.Properties.Resources.resources
│ │ │ ├── test2.csproj.GenerateResource.Cache
│ │ │ ├── test2.csproj.ResolveComReference.cache
│ │ │ ├── test2.exe
│ │ │ ├── test2.musicPlayer.en-US.resources
│ │ │ ├── test2.musicPlayer.resources
│ │ │ ├── test2.musicPlayer.zh-CHT.resources
│ │ │ ├── test2.pdb
│ │ │ └── zh-CHT
│ │ │ └── test2.resources.dll
│ │ └── test2.csproj.FileList.txt
│ └── test2.csproj
├── test2.sln
└── test2.suo
13 directories, 35 files