コード例 #1
0
 public PropertyBindView()
 {
     SomeTextBox      = new TextBox();
     Property2        = new TextBox();
     FakeControl      = new PropertyBindFakeControl();
     FakeItemsControl = new ListBox();
 }
コード例 #2
0
 public PropertyBindView()
 {
     SomeTextBox = new UITextView();
     Property2   = new UITextView();
     FakeControl = new PropertyBindFakeControl();
 }
コード例 #3
0
 public PropertyBindView()
 {
     SomeTextBox = new TextView(Application.Context);
     Property2   = new TextView(Application.Context);
     FakeControl = new PropertyBindFakeControl();
 }