Exemplo n.º 1
0
		private void CloseIfNotNull(GuiWidget widget)
		{
			if (widget != null)
			{
				widget.Close();
			}
		}