文件名称:C#实现字符动画播放
文件大小:3.3MB
文件格式:RAR
更新时间:2021-10-09 16:27:49
C#
照着网上教程写的字符动画播放器。 System.Media.SoundPlayer sp = new SoundPlayer(@"D:\Pr文件夹\MyFiles\序列 01.wav"); sp.Play(); Timer timer = new Timer(55); timer.Elapsed += new ElapsedEventHandler(play); timer.Enabled = true; Console.Read();
【文件预览】:
BadAppleEncoder
----BadApplePlayer.cs(1KB)
----Program.cs(2KB)
----BadAppleEncoder.csproj(4KB)
----Properties()
--------AssemblyInfo.cs(1KB)
----BadAppleEncoder.cs(2KB)
----App.config(187B)
----obj()
--------Debug()
----bin()
--------Debug()
--------Release()