Esempio n. 1
0
 public static void MapColor(ButtonHandler handler, IButton button)
 {
     ViewHandler.CheckParameters(handler, button);
     handler.TypedNativeView?.UpdateColor(button);
 }
Esempio n. 2
0
 public static void MapText(ButtonHandler handler, IButton button)
 {
 }