Beispiel #1
0
 public static void SetQux(BindableObject bindable, Qux value)
 {
     bindable.SetValue(QuxProperty, value);
 }
		public static void SetQux (BindableObject bindable, Qux value)
		{
			bindable.SetValue (QuxProperty, value);
		}