Ejemplo n.º 1
0
		public object GetContainer()
		{
			// keep ref otherwise it gets gc'd in the app domain
			container = designPanel.GetContainer();
			return container.ToContract();
		}