Eto.Test.MainForm.RightPane C# (CSharp) Méthode

RightPane() private méthode

private RightPane ( ) : Control
Résultat Eto.Forms.Control
		Control RightPane()
		{
			return new Splitter
			{
				Orientation = Orientation.Vertical,
				FixedPanel = SplitterFixedPanel.Panel2,
				Panel1 = contentContainer,
				Panel2 = EventLogSection()
			};
		}