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