Beispiel #1
0
 public Sandbox(string propertyValue)
 {
     View = new TestReactView();
     View.PropertyValue = propertyValue;
 }
Beispiel #2
0
 public Sandbox(string propertyValue)
 {
     View = new TestReactView {
         PropertyValue = propertyValue
     };
 }