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