示例#1
0
 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;
 }
示例#3
0
 public MacComboBox(IComboBoxEventSink eventSink)
 {
     this.eventSink = eventSink;
 }