CastleTests.Facilities.Synchronize.Components.DummyWindow.DummyWindow C# (CSharp) Method

DummyWindow() public method

public DummyWindow ( ) : System.Windows
return System.Windows
		public DummyWindow()
		{
			stackPanel = new StackPanel();
			Content = stackPanel;
		}