Exemplo n.º 1
0
 /// <summary>
 /// Gets the control allowing the user to edit this LookupTable.
 /// </summary>
 public Visual GetControl(Application application) => _control ?? (_control = new Control_OverrideLookupTable(this, application));
Exemplo n.º 2
0
 /// <summary>
 /// Gets the control allowing the user to edit this LookupTable.
 /// </summary>
 public Visual GetControl() => _control ?? (_control = new Control_OverrideLookupTable(this));