Exemplo n.º 1
0
        public void SetPropertyFromJs(String propertyName, String value)
        {
#if !WP
            JsHelper.SetProperty(this, propertyName, value);
#endif
        }
Exemplo n.º 2
0
 public void SetPropertyFromJs(String propertyName, String value)
 {
     JsHelper.SetProperty(this, propertyName, value);
 }