基本信息
源码名称:C#实现MediaPlayer播放器
源码大小:0.21M
文件格式:.rar
开发语言:C#
更新时间:2023-10-30
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 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