コード例 #1
0
ファイル: ComboBoxEntryBackend.cs プロジェクト: vipyami/xwt
 public MacComboBox(IComboBoxEventSink eventSink, ApplicationContext context)
 {
     this.context   = context;
     this.eventSink = eventSink;
                 #if !MONOMAC
     Delegate = this;
                 #endif
 }
コード例 #2
0
 public MacComboBox(IComboBoxEventSink eventSink, ApplicationContext context)
 {
     this.context   = context;
     this.eventSink = eventSink;
     Delegate       = this;
 }
コード例 #3
0
 public MacComboBox(IComboBoxEventSink eventSink)
 {
     this.eventSink = eventSink;
 }