SIL.FieldWorks.Common.Framework.DetailControls.SemanticDomainSelectionUtility.DomainNode.Create C# (CSharp) Méthode

Create() protected méthode

protected Create ( ObjectLabel nol, IVwStylesheet stylesheet, bool displayUsage ) : LabelNode
nol ObjectLabel
stylesheet IVwStylesheet
displayUsage bool
Résultat SIL.FieldWorks.Common.Controls.LabelNode
			protected override LabelNode Create(ObjectLabel nol, IVwStylesheet stylesheet, bool displayUsage)
			{
				return new DomainNode(nol, stylesheet, displayUsage);
			}
		}
SemanticDomainSelectionUtility.DomainNode