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