public MacComboBox(IComboBoxEventSink eventSink, ApplicationContext context) { this.context = context; this.eventSink = eventSink; #if !MONOMAC Delegate = this; #endif }
public MacComboBox(IComboBoxEventSink eventSink, ApplicationContext context) { this.context = context; this.eventSink = eventSink; Delegate = this; }
public MacComboBox(IComboBoxEventSink eventSink) { this.eventSink = eventSink; }