Exemplo n.º 1
0
		public void RemoveLevel(Level level)
		{
			if(Levels.Contains(level))
			{
				Levels.Remove(level);
			}

			level.Close();
		}