Exemplo n.º 1
0
Arquivo: Show.cs Projeto: Zamir7/urho
		public ShowState (Show action, Node target)
			: base (action, target)
		{
			target.Enabled = true;
		}