Exemplo n.º 1
0
 public PropertyBindView()
 {
     SomeTextBox      = new TextBox();
     Property2        = new TextBox();
     FakeControl      = new PropertyBindFakeControl();
     FakeItemsControl = new ListBox();
 }
Exemplo n.º 2
0
 public PropertyBindView()
 {
     SomeTextBox = new UITextView();
     Property2   = new UITextView();
     FakeControl = new PropertyBindFakeControl();
 }
 public PropertyBindView()
 {
     SomeTextBox = new TextView(Application.Context);
     Property2   = new TextView(Application.Context);
     FakeControl = new PropertyBindFakeControl();
 }