FSpot.MainWindow.HandleDisplayInfoSidebar C# (CSharp) Method

HandleDisplayInfoSidebar() public method

public HandleDisplayInfoSidebar ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
return void
		void HandleDisplayInfoSidebar (object sender, EventArgs args)
		{
			if (info_vbox.Visible)
				info_vbox.Hide ();
			else
				info_vbox.Show ();
		}
MainWindow