GetValueReferenceGroup() public method

public GetValueReferenceGroup ( ) : ValueReferenceGroup
return ValueReferenceGroup
示例#1
0
 public ValueReferenceEditor(Project p, Data data, string frameText = null)
     : this(p, data.GetValueReferenceGroup(), frameText)
 {
 }
示例#2
0
 public ValueReferenceEditor(Project p, Data data, string frameText=null)
     : this(p, data.GetValueReferenceGroup(), frameText)
 {
 }