Пример #1
0
		public static object GetInstance(LogEventArgs obj)
		{
			if (ReferenceEquals(obj, null))
				return null;
			return obj._Instance;
		}