Ejemplo n.º 1
0
 public static void SetValue(this EObject target, BindableProperty targetProperty, object value)
 {
     NativeBindingHelpers.SetValue(target, targetProperty, value);
 }
Ejemplo n.º 2
0
 public static void SetValue(this global::Android.Views.View target, BindableProperty targetProperty, object value)
 {
     NativeBindingHelpers.SetValue(target, targetProperty, value);
 }