Ejemplo n.º 1
0
 public Sandbox(string propertyValue)
 {
     View = new TestReactView();
     View.PropertyValue = propertyValue;
 }
Ejemplo n.º 2
0
 public Sandbox(string propertyValue)
 {
     View = new TestReactView {
         PropertyValue = propertyValue
     };
 }