예제 #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));
예제 #2
0
 /// <summary>
 /// Gets the control allowing the user to edit this LookupTable.
 /// </summary>
 public Visual GetControl() => _control ?? (_control = new Control_OverrideLookupTable(this));