using UnityEngine; using System.Collections; using UnityEngine.UI; using AX.NetworkSystem; using AX.MessageSystem; using System.IO; using System.Collections.Generic; using System.Xml; public class CourseItemControl : MonoBehaviour { private Button DownloadBtn; private GameObject CircleProcessBar; private Button DelectBtn; void Start () { DownloadBtn = this.gameObject.transform.Find("Download").Find("XiaZaiBtn").GetComponent