コード例 #1
0
ファイル: DomainLabel.cs プロジェクト: codesharp/cooper-mobi
 public PickerViewDataSource(DomainLabel domainLabel)
 {
     this._domainLabel = domainLabel;
 }
コード例 #2
0
ファイル: DomainLabel.cs プロジェクト: codesharp/cooper-mobi
 public PickerViewDelegate(DomainLabel domainLabel)
 {
     this._domainLabel = domainLabel;
 }
コード例 #3
0
 private void HandleGetDomainTextHandler(DomainLabel label, string value)
 {
     label.Text = value;
 }