protected override void _initControl(Dictionary <string, IUIBaseControl> host)
 {
     this.progLoading        = (host["progLoading"] as IUIProgressBar);
     this.statusLoading      = (host["statusLoading"] as IUIText);
     this.uiLight            = (host["uiLight"] as IUIImageBox);
     this.progLoading.maxNum = 100f;
 }
        public override void dispose()
        {
            base.dispose();
            bool flag = this.aniBox != null;

            if (flag)
            {
                this.aniBox.dispose();
                this.aniBox = null;
            }
        }
Exemple #3
0
        public override void dispose()
        {
            base.dispose();
            bool flag = this.bmp != null;

            if (flag)
            {
                this.bmp.dispose();
                this.bmp = null;
            }
        }