namespace HotMain
{
public class HotMainEvent
{
///
/// 开始下载资源
///
public static string StartDownloader = "HotMainEvent_StartDownloader";
///
/// 下载资源中进度更新 totalCount, currentCount, totalBytes, currentBytes
///
public static string DownloaderProgressUpdate = "HotMainEvent_DownloaderProgressUpdate";
}
}