SIL.FieldWorks.Common.RootSites.CollectorEnv.OpenProp C# (CSharp) Метод

OpenProp() защищенный Метод

Opens the prop.
protected OpenProp ( int tag ) : void
tag int The tag.
Результат void
		protected virtual void OpenProp(int tag)
		{
			OpenProp(tag, 0);
		}

Same methods

CollectorEnv::OpenProp ( int tag, int ws ) : void