This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
央视高清 | |
CCTV-4K(色彩准确) : http://iptv.tvfix.org/hls/cctv4k.m3u8 | |
CCTV-1高清 : http://iptv.tvfix.org/hls/cctv1hd.m3u8 | |
CCTV-1香港版高清 : http://iptv.tvfix.org/hls/cctv1hdhk.m3u8 | |
CCTV-2高清 : http://iptv.tvfix.org/hls/cctv2hd.m3u8 | |
CCTV-3高清 : http://iptv.tvfix.org/hls/cctv3hd.m3u8 | |
CCTV-4高清 : http://iptv.tvfix.org/hls/cctv4hd.m3u8 | |
CCTV-5高清 : http://iptv.tvfix.org/hls/cctv5hd.m3u8 | |
CCTV-5+高清 : http://iptv.tvfix.org/hls/cctv5phd.m3u8 | |
CCTV-6高清 : http://iptv.tvfix.org/hls/cctv6hd.m3u8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Drawing; | |
using System.Runtime.InteropServices; | |
using System.Threading.Tasks; | |
using System.Windows.Forms; | |
namespace DiskCatalog.Classes | |
{ | |
public static class MessageBoxEx | |
{ |