Esempio n. 1
0
		private bool AnimateShow(Bar bar)
		{
			if(bar.Enabled)
				return bar.AnimateShow();
            return false;
		}