Exemplo n.º 1
0
		public void ReplaceContainer (SEContainer container, int id)
		{
			base.ReplaceContainer (container, id);
		}
Exemplo n.º 2
0
		public FindView(ISEScreen screen, SEContainer nextView) : this(screen)
		{
			this.nextView = nextView;
		}