Esempio n. 1
0
File: Show.cs Progetto: Zamir7/urho
		public ShowState (Show action, Node target)
			: base (action, target)
		{
			target.Enabled = true;
		}